Class FormColumn
java.lang.Object
com.independentsoft.office.odf.forms.FormColumn
Defines a column in a grid control.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the specific concrete rendition or implementation of a control that should be instantiated.getLabel()Gets the text for a control.getName()Gets the name of a form or control element.getStyle()Gets the paragraph style that is applied to all controls for a column.voidsetControlImplementation(String controlImplementation)Sets the specific concrete rendition or implementation of a control that should be instantiated.voidSets the text for a control.voidSets the name of a form or control element.voidSets the paragraph style that is applied to all controls for a column.toString()Converts the value of the current FormColumn object to its equivalent string representation.
-
Constructor Details
-
FormColumn
public FormColumn()Initializes a new instance of the FormColumn class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current FormColumn object to its equivalent string representation. -
getName
Gets the name of a form or control element.- Returns:
- the name
-
setName
Sets the name of a form or control element.- Parameters:
name- the new name
-
getControlImplementation
Gets the specific concrete rendition or implementation of a control that should be instantiated.- Returns:
- the control implementation
-
setControlImplementation
Sets the specific concrete rendition or implementation of a control that should be instantiated.- Parameters:
controlImplementation- the new control implementation
-
getLabel
Gets the text for a control.- Returns:
- the label
-
setLabel
Sets the text for a control.- Parameters:
label- the new label
-
getStyle
Gets the paragraph style that is applied to all controls for a column. Unlike other paragraph styles, this style may reference a data style.- Returns:
- the style
-
setStyle
Sets the paragraph style that is applied to all controls for a column. Unlike other paragraph styles, this style may reference a data style.- Parameters:
style- the new style
-