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 Details

  • Method Details

    • getText

      public String 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

      public void setText​(String value)
      Sets the value of the text property.

      The text property specifies the label of the button.

      Parameters:
      value -
    • getService

      public String getService()
      Gets the value of the service property.

      The service property specifies the service code attached to the button that is used by Main.customAdminService() to determine the operation of the button.

      Returns:
      the value of the service property.
    • setService

      public void setService​(String value)
      Sets the value of the service property.

      The service property specifies the service code attached to the button that is used by Main.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 -