Package org.spiderwiz.admin.data
Class PageInfo.ButtonInfo
java.lang.Object
org.spiderwiz.admin.data.PageInfo.ButtonInfo
- Enclosing class:
- PageInfo
@WizSerializable public static class PageInfo.ButtonInfo extends Object
Specifies the label and the function of a custom button in an application page.
-
Constructor Summary
Constructors Constructor Description ButtonInfo()
-
Method Summary
Modifier and Type Method Description String
getService()
Gets the value of the service property.String
getText()
Gets the value of the text property.boolean
isVerify()
Gets the value of the verify property.void
setService(String value)
Sets the value of the service property.void
setText(String value)
Sets the value of the text property.void
setVerify(boolean value)
Sets the value of the verify property.
-
Constructor Details
-
ButtonInfo
public ButtonInfo()
-
-
Method Details
-
getText
Gets the value of the text property.The
text
property specifies the label of the button.- Returns:
- the value of the text property.
-
setText
Sets the value of the text property.The
text
property specifies the label of the button.- Parameters:
value
-
-
getService
Gets the value of the service property.The
service
property specifies the service code attached to the button that is used byMain.customAdminService()
to determine the operation of the button.- Returns:
- the value of the service property.
-
setService
Sets the value of the service property.The
service
property specifies the service code attached to the button that is used byMain.customAdminService()
to determine the operation of the button.- Parameters:
value
-
-
isVerify
public boolean isVerify()Gets the value of the verify property.The
verify
property determines whether a user that clicks this button is asked to verify the operation.- Returns:
- the value of the verify property.
-
setVerify
public void setVerify(boolean value)Sets the value of the verify property.The
verify
property determines whether a user that clicks this button is asked to verify the operation.- Parameters:
value
-
-