com.stimulsoft.flex.utils
Class StiOperationResult

java.lang.Object
  extended by com.stimulsoft.flex.utils.StiOperationResult

public class StiOperationResult
extends Object

Результат выполнения операции. Copyright Stimulsoft


Constructor Summary
protected StiOperationResult(String value)
           
 
Method Summary
 String getValue()
           
static StiOperationResult messageLocalized(int messageNumber)
           
static StiOperationResult notShownMessage()
           
static StiOperationResult shownMessage()
           
static StiOperationResult specifiedText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiOperationResult

protected StiOperationResult(String value)
Method Detail

notShownMessage

public static StiOperationResult notShownMessage()
Returns:
результат сохранения при котором - the message box is not shown

shownMessage

public static StiOperationResult shownMessage()
Returns:
результат сохранения при котором - shows the "Report is successfully saved" message (localized)

messageLocalized

public static StiOperationResult messageLocalized(int messageNumber)
Returns:
результат сохранения при котором - other number: shows "Error at saving. Error code: {number}" message (localized)

specifiedText

public static StiOperationResult specifiedText(String text)
Returns:
результат сохранения при котором - show message with specified text

getValue

public String getValue()
Returns:
value


Copyright © 2017 Stimulsoft. All Rights Reserved.