All Implemented Interfaces:
Serializable, GIElement<GIButton>

@Component public class GIButton extends GIElementBase<GIButton>
GIElement that represents a button
Since:
9.2
See Also:
  • Constructor Details

    • GIButton

      public GIButton()
  • Method Details

    • getIcon

      public String getIcon()
      Description copied from interface: GIElement
      Gets the element icon
      Returns:
      the element icon
    • setAttributes

      public void setAttributes(GIButton icFrom)
      Description copied from interface: GIElement
      Copy the attributes of the input
      Parameters:
      icFrom - the input from which copy the attributes
    • toXMLString

      public String toXMLString()
      Description copied from interface: GIElement
      Serialize the element in an XML string
      Returns:
      the XML string that represents this element