Class GIButton
java.lang.Object
overit.geocall.platform.ui.UINode
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.configuration.GIElementBase<GIButton>
overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.configuration.GIButton
- All Implemented Interfaces:
Serializable,GIElement<GIButton>
GIElement that represents a button- Since:
- 9.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()Gets the element iconvoidsetAttributes(GIButton icFrom) Copy the attributes of the inputSerialize the element in an XML stringMethods inherited from class overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.configuration.GIElementBase
buildSetfromString, checkLabel, cleanString, getAutofill, getBoolean, getCustomLabel, getLabel, getName, getStatus, getTeacher, getXMLAttributeString, getXMLAttributeStringIfExists, isAutofill, isMandatory, isReadOnly, isVisible, joinStrings, setAUTOFILL, setCustomLabel, setLABEL, setNAME, setSTATUS
-
Constructor Details
-
GIButton
public GIButton()
-
-
Method Details
-
getIcon
Description copied from interface:GIElementGets the element icon- Returns:
- the element icon
-
setAttributes
Description copied from interface:GIElementCopy the attributes of the input- Parameters:
icFrom- the input from which copy the attributes
-
toXMLString
Description copied from interface:GIElementSerialize the element in an XML string- Returns:
- the XML string that represents this element
-