com.stimulsoft.viewer.requestfromuser
Class ButtonListInfo

java.lang.Object
  extended by com.stimulsoft.viewer.requestfromuser.ButtonListInfo

public class ButtonListInfo
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
ButtonListInfo()
           
 
Method Summary
 StiListButtonXControl getButtonXControl()
           
 StiDialogInfo getInfo()
           
 StiSystemTypeEnum getType()
           
 StiVariable getVariable()
           
 void setButtonXControl(StiListButtonXControl buttonXControl)
           
 void setInfo(StiDialogInfo info)
           
 void setType(StiSystemTypeEnum type)
           
 void setVariable(StiVariable variable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonListInfo

public ButtonListInfo()
Method Detail

getVariable

public StiVariable getVariable()
Returns:
the variable

setVariable

public void setVariable(StiVariable variable)
Parameters:
variable - the variable to set

getInfo

public StiDialogInfo getInfo()
Returns:
the info

setInfo

public void setInfo(StiDialogInfo info)
Parameters:
info - the info to set

getType

public StiSystemTypeEnum getType()
Returns:
the type

setType

public void setType(StiSystemTypeEnum type)
Parameters:
type - the type to set

getButtonXControl

public StiListButtonXControl getButtonXControl()
Returns:
the buttonXControl

setButtonXControl

public void setButtonXControl(StiListButtonXControl buttonXControl)
Parameters:
buttonXControl - the buttonXControl to set