Class Control
java.lang.Object
com.independentsoft.office.odf.forms.Control
- All Implemented Interfaces:
IFormContent,IContentElement
- Direct Known Subclasses:
Button,CheckBox,ComboBox,DateTime,File,FixedText,FormattedText,Frame,GenericControl,Grid,Hidden,Image,ImageFrame,ListBox,Number,Password,RadioButton,TextArea,TextField,ValueRange
The Class Control.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IEventListener>protected IContentElementprotected List<FormProperty> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Controlclone()abstract List<IContentElement>Gets the event listeners.Returns the parent content element.Gets the properties.voidsetParent(IContentElement parent)Sets the parent content element.
-
Field Details
-
parent
-
properties
-
eventListeners
-
-
Constructor Details
-
Control
public Control()
-
-
Method Details
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIFormContent- Overrides:
clonein classObject
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
getParent
Returns the parent content element.- Specified by:
getParentin interfaceIContentElement- Returns:
- the parent
-
setParent
Sets the parent content element.- Specified by:
setParentin interfaceIContentElement- Parameters:
parent- the new parent
-
getProperties
Gets the properties.- Returns:
- the properties
-
getEventListeners
Gets the event listeners.- Returns:
- the event listeners
-