Class ButtonListInfo
java.lang.Object
com.stimulsoft.viewer.requestfromuser.ButtonListInfo
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()getType()voidsetButtonXControl(StiListButtonXControl buttonXControl) voidsetInfo(StiDialogInfo info) voidsetType(StiSystemTypeEnum type) voidsetVariable(StiVariable variable)
-
Constructor Details
-
ButtonListInfo
public ButtonListInfo()
-
-
Method Details
-
getVariable
- Returns:
- the variable
-
setVariable
- Parameters:
variable- the variable to set
-
getInfo
- Returns:
- the info
-
setInfo
- Parameters:
info- the info to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getButtonXControl
- Returns:
- the buttonXControl
-
setButtonXControl
- Parameters:
buttonXControl- the buttonXControl to set
-