Interface FieldControl
- All Superinterfaces:
BackgroundStyleProperties
,BorderStyleProperties
,Control
,Element
,EventOwner
,FieldControlProperties
,MarginStyleProperties
,MessageContainer
,MessageProperties
,PaddingStyleProperties
,java.io.Serializable
,WebFormEventOwner
public interface FieldControl extends FieldControlProperties, Control, MessageProperties, BackgroundStyleProperties, BorderStyleProperties, PaddingStyleProperties, MarginStyleProperties
-
Method Summary
Modifier and Type Method Description ImageStyleProperties
getCalendarProperties()
Properties for the date calendar image.java.lang.String
getEditorCellClass()
Returns the list of CSS classes applied to the <div> tag that wraps the editor.java.lang.String
getEditorCellStyle()
Returns the inline CSS style applied to the <div> tag that wraps the editor.java.lang.String
getEditorClass()
Returns the list of CSS classes applied to the <input> tag when the control is not display only.EditorInputProperties
getEditorInputProperties()
Properties applied to the editor part of the field.java.lang.String
getEditorStyle()
Returns the inline CSS style applied to the <input> tag when the control is not display only.WebFormField
getField()
Returns thefield
displayed by this Field Control.java.lang.String
getFieldClass()
Returns the list of CSS classes applied to the <div> tag that wraps all parts of the field.java.lang.String
getFieldStyle()
Returns the inline CSS style applied to the <div> tag that wraps all parts of the field.java.lang.String
getGapAfterEditor()
The gap after the field editor.java.lang.String
getGapAfterLabel()
The gap after the field label.java.lang.String
getGapBeforeInfo()
The gap before the field help.java.lang.String
getHelpButImage()
Returns the URL of the clickable image used to display the help text in a popup window.java.lang.String
getHelpClass()
Returns the list of CSS classes applied to the help text.int
getHelpPos()
Returns the position of the help text.java.lang.String
getHelpStyle()
Returns the inline CSS style applied to the help text.java.lang.String
getHelpWindowProperties()
Returns the properties passed to the Javascript window.open() statement used to create the popup window, overriding any properties configured usinggetInfoProperties()
.HtmlElementProperties
getInfoHtmlElementProperties()
Return the field infoHTMLElementProperties
for the Field ControlInfoProperties
getInfoProperties()
Text properties for the label text.java.lang.String
getLabelClass()
Returns the list of CSS classes applied to the <div> tag that wraps the label text.java.lang.String
getLabelElementClass()
Returns the list of CSS classes applied to the <label> tag that contains the label text.java.lang.String
getLabelElementStyle()
Returns the inline CSS style applied to the <label> tag that contains the label text.HtmlElementProperties
getLabelHtmlElementProperties()
Return the field labelHTMLElementProperties
for the Field ControlTextStyleProperties
getLabelProperties()
Text properties for the label text.java.lang.String
getLabelStyle()
Returns the inline CSS style applied to the <div> tag that wraps the label text.java.lang.String
getPatternTextClass()
Returns the list of CSS classes applied to the value pattern.java.lang.String
getPatternTextStyle()
Returns the inline CSS style applied to the value pattern.java.lang.String
getPopupHelpStyle()
Returns the inline CSS style applied to the popup help window.java.lang.String
getVAlign()
Vertical alignment for the entire field including all its parts.TextStyleProperties
getValuePatternProperties()
Text properties for the value pattern text text.boolean
isDisplayEditor()
Returnstrue
if the editor part of the field should be displayed, otherwise returnsfalse
;boolean
isDisplayInfoText()
Returnstrue
if the help part of the field should be displayed, otherwise returnsfalse
;boolean
isDisplayLabelText()
Returnstrue
if the label part of the field should be displayed, otherwise returnsfalse
;boolean
isEditableRadioOrCheckboxList()
Returns true if the field represents a list that will be displayed as a list of radio buttons or checkboxes.void
setDisplayEditor(boolean displayEditor)
Sets whether or not the editor part of the field should be displayed;void
setDisplayInfoText(boolean displayInfoText)
Sets whether or not the help part of the field should be displayed;void
setDisplayLabelText(boolean displayLabelText)
Sets whether or not the label part of the field should be displayed;void
setEditorCellClass(java.lang.String editorCellClass)
Sets one or more CSS classes to be applied to the <div> tag that wraps the editor.void
setEditorCellStyle(java.lang.String editorCellStyle)
Sets the inline CSS style to be applied to the <div> tag that wraps the editor.void
setEditorClass(java.lang.String editorClass)
Sets one or more CSS classes to be applied to the <input> tag when the control is not display only.void
setEditorStyle(java.lang.String editorStyle)
Sets the inline CSS style to be applied to the <input> tag when the control is not display only.void
setFieldClass(java.lang.String fieldClass)
Sets one or more CSS classes to be applied to the <div> tag that wraps all parts of the field.void
setFieldStyle(java.lang.String fieldStyle)
Sets the inline CSS style to be applied to the <div> tag that wraps all parts of the field.void
setGapAfterEditor(java.lang.String gapAfterEditor)
Sets the gap after the field editor.void
setGapAfterLabel(java.lang.String gapAfterLabel)
Sets the gap after the field label.void
setGapBeforeInfo(java.lang.String gapBeforeInfo)
Sets the gap before the field help.void
setHelpButImage(java.lang.String helpButImage)
Sets the URL of the clickable image used to display the help text in a popup window.void
setHelpClass(java.lang.String helpClass)
Sets one or more CSS classes to be applied to help text.void
setHelpPos(int helpPos)
Sets the position of the help text.void
setHelpStyle(java.lang.String helpStyle)
Sets the inline CSS style to be applied to the help text.void
setHelpWindowProperties(java.lang.String helpWindowProperties)
Sets the properties passed to the Javascript window.open() statement used to create the popup window, overriding any properties configured usinggetInfoProperties()
.void
setLabelClass(java.lang.String labelClass)
Sets one or more CSS classes to be applied to the <div> tag that wraps the label text.void
setLabelElementClass(java.lang.String labelElementClass)
Sets one or more CSS classes to be applied to the <label> tag that contains the label text.void
setLabelElementStyle(java.lang.String labelElementStyle)
Sets the inline CSS style to be applied to the <label> tag that contains the label text.void
setLabelStyle(java.lang.String labelStyle)
Sets the inline CSS style to be applied to the <div> tag that wraps the label text.void
setPatternTextClass(java.lang.String patternTextClass)
Sets one or more CSS classes to be applied to the value pattern.void
setPatternTextStyle(java.lang.String patternTextStyle)
Sets the inline CSS style to be applied to the value pattern.void
setPopupHelpStyle(java.lang.String popupHelpStyle)
Sets the inline CSS style applied to the popup help window.void
setVAlign(java.lang.String vAlign)
Sets the vertical alignment for the entire field including all its parts.Methods inherited from interface com.ebasetech.xi.api.controls.BackgroundStyleProperties
getBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeat
Methods inherited from interface com.ebasetech.xi.api.controls.BorderStyleProperties
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth
Methods inherited from interface com.ebasetech.xi.api.controls.Control
addCssClass, getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getInfoMsgClass, getInfoMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getRootHtmlElementProperties, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isContainer, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, removeCssClass, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setInfoMsgClass, setInfoMsgStyle, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, show
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
Methods inherited from interface com.ebasetech.xi.api.controls.FieldControlProperties
addAriaCustomAttribute, getAriaCustomAttributes, getAriaDescribedBy, getAriaLabelledBy, getAriaLabelText, getButtonImageUrl, getButtonText, getEditorHtmlElementProperties, getHyperlinkProperties, getIvImageURL, getPlaceHolderText, getRequiredText, getValidationText, isAriaRequired, isButtonDisplayAsImage, isButtonSkipValidation, isDisabled, isDisplayIvAsImage, isHyperlink, isImmediateValidation, isMandatory, isRequired, removeAriaCustomAttribute, setAriaCustomAttributes, setAriaRequired, setButtonDisplayAsImage, setButtonImageUrl, setButtonSkipValidation, setDisabled, setDisplayIvAsImage, setHyperlink, setImmediateValidation, setIvImageURL, setMandatory, setRequired
Methods inherited from interface com.ebasetech.xi.api.controls.MarginStyleProperties
getAllMargin, getBottomMargin, getLeftMargin, getRightMargin, getTopMargin, setAllMargin, setBottomMargin, setLeftMargin, setRightMargin, setTopMargin
Methods inherited from interface com.ebasetech.xi.api.MessageContainer
addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessageText, addErrorMessageText, addErrorMessageText, addInfoMessage, addInfoMessage, addInfoMessageText, addInfoMessageText, addInfoMessageText, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessageText, addWarningMessageText, addWarningMessageText, existErrorMessages, existInfoMessages, existMessages, existWarningMessages
Methods inherited from interface com.ebasetech.xi.api.controls.MessageProperties
getErrorMessageStyle, getInfoMessageStyle, getWarningMessageStyle
Methods inherited from interface com.ebasetech.xi.api.controls.PaddingStyleProperties
getAllPadding, getBottomPadding, getLeftPadding, getRightPadding, getTopPadding, setAllPadding, setBottomPadding, setLeftPadding, setRightPadding, setTopPadding
-
Method Details
-
getFieldClass
java.lang.String getFieldClass()Returns the list of CSS classes applied to the <div> tag that wraps all parts of the field.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setFieldClass(String)
-
setFieldClass
void setFieldClass(java.lang.String fieldClass)Sets one or more CSS classes to be applied to the <div> tag that wraps all parts of the field. Multiple classes are specified by using a space between the class names, as per the HTML class parameter.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
-
getLabelClass
java.lang.String getLabelClass()Returns the list of CSS classes applied to the <div> tag that wraps the label text.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setLabelClass(String)
,getLabelElementClass()
-
setLabelClass
void setLabelClass(java.lang.String labelClass)Sets one or more CSS classes to be applied to the <div> tag that wraps the label text. Multiple classes are specified by using a space between the class names, as per the HTML class parameter.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setLabelElementClass(String)
-
getLabelElementClass
java.lang.String getLabelElementClass()Returns the list of CSS classes applied to the <label> tag that contains the label text. The <label> tag is written inside the <div> tag to which the Style property above is applied.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setLabelClass(String)
,getLabelClass()
-
setLabelElementClass
void setLabelElementClass(java.lang.String labelElementClass)Sets one or more CSS classes to be applied to the <label> tag that contains the label text. The <label> tag is written inside the <div> tag to which the Style property above is applied. Multiple classes are specified by using a space between the class names, as per the HTML class parameter.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setLabelElementClass(String)
-
getEditorCellClass
java.lang.String getEditorCellClass()Returns the list of CSS classes applied to the <div> tag that wraps the editor.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setEditorCellClass(String)
,getEditorClass()
-
setEditorCellClass
void setEditorCellClass(java.lang.String editorCellClass)Sets one or more CSS classes to be applied to the <div> tag that wraps the editor. Multiple classes are specified by using a space between the class names, as per the HTML class parameter.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setEditorClass(String)
-
getEditorClass
java.lang.String getEditorClass()Returns the list of CSS classes applied to the <input> tag when the control is not display only.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setEditorClass(String)
,getEditorCellClass()
-
setEditorClass
void setEditorClass(java.lang.String editorClass)Sets one or more CSS classes to be applied to the <input> tag when the control is not display only. Multiple classes are specified by using a space between the class names, as per the HTML class parameter.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setEditorCellClass(String)
-
getFieldStyle
java.lang.String getFieldStyle()Returns the inline CSS style applied to the <div> tag that wraps all parts of the field.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setFieldStyle(String)
-
setFieldStyle
void setFieldStyle(java.lang.String fieldStyle)Sets the inline CSS style to be applied to the <div> tag that wraps all parts of the field. Style is entered as for the HTML style parameter.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
-
getLabelStyle
java.lang.String getLabelStyle()Returns the inline CSS style applied to the <div> tag that wraps the label text.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setLabelStyle(String)
,getLabelElementStyle()
-
setLabelStyle
void setLabelStyle(java.lang.String labelStyle)Sets the inline CSS style to be applied to the <div> tag that wraps the label text. Style is entered as for the HTML style parameter.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setLabelElementStyle(String)
-
getLabelElementStyle
java.lang.String getLabelElementStyle()Returns the inline CSS style applied to the <label> tag that contains the label text. The <label> tag is written inside the <div> tag to which the Style property above is applied.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setLabelElementStyle(String)
,getLabelStyle()
-
setLabelElementStyle
void setLabelElementStyle(java.lang.String labelElementStyle)Sets the inline CSS style to be applied to the <label> tag that contains the label text. The <label> tag is written inside the <div> tag to which the Style property above is applied. Style is entered as for the HTML style parameter.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setLabelStyle(String)
-
getEditorCellStyle
java.lang.String getEditorCellStyle()Returns the inline CSS style applied to the <div> tag that wraps the editor.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setEditorCellStyle(String)
,getEditorStyle()
-
setEditorCellStyle
void setEditorCellStyle(java.lang.String editorCellStyle)Sets the inline CSS style to be applied to the <div> tag that wraps the editor. Style is entered as for the HTML style parameter.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setEditorStyle(String)
-
getEditorStyle
java.lang.String getEditorStyle()Returns the inline CSS style applied to the <input> tag when the control is not display only.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setEditorStyle(String)
,getEditorCellStyle()
-
setEditorStyle
void setEditorStyle(java.lang.String editorStyle)Sets the inline CSS style to be applied to the <input> tag when the control is not display only. Style is entered as for the HTML style parameter.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setEditorCellStyle(String)
-
getHelpClass
java.lang.String getHelpClass()Returns the list of CSS classes applied to the help text.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setHelpClass(String)
-
setHelpClass
void setHelpClass(java.lang.String helpClass)Sets one or more CSS classes to be applied to help text. Multiple classes are specified by using a space between the class names, as per the HTML class parameter.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
-
getHelpStyle
java.lang.String getHelpStyle()Returns the inline CSS style applied to the help text.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setHelpStyle(String)
-
setHelpStyle
void setHelpStyle(java.lang.String helpStyle)Sets the inline CSS style to be applied to the help text. Style is entered as for the HTML style parameter.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
-
getHelpPos
int getHelpPos()Returns the position of the help text. SeesetHelpPos(int)
for details of supported values when setting this property.- Since:
- V4.4
-
setHelpPos
void setHelpPos(int helpPos)Sets the position of the help text. Supported values:Value Meaning 0 No position set 1 To right of editor 2 Underneath editor 3 as popup window - Since:
- V4.4
-
getHelpWindowProperties
java.lang.String getHelpWindowProperties()Returns the properties passed to the Javascript window.open() statement used to create the popup window, overriding any properties configured usinggetInfoProperties()
.These properties are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
-
setHelpWindowProperties
void setHelpWindowProperties(java.lang.String helpWindowProperties)Sets the properties passed to the Javascript window.open() statement used to create the popup window, overriding any properties configured usinggetInfoProperties()
.- Since:
- V4.4
-
getHelpButImage
java.lang.String getHelpButImage()Returns the URL of the clickable image used to display the help text in a popup window. The URL can be either relative or absolute.- Since:
- V4.4
-
setHelpButImage
void setHelpButImage(java.lang.String helpButImage)Sets the URL of the clickable image used to display the help text in a popup window. The URL can be either relative or absolute. When absolute, is should start with the protocol e.g.http://www.google.com
.- Since:
- V4.4
-
getPopupHelpStyle
java.lang.String getPopupHelpStyle()Returns the inline CSS style applied to the popup help window.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setPopupHelpStyle(String)
-
setPopupHelpStyle
void setPopupHelpStyle(java.lang.String popupHelpStyle)Sets the inline CSS style applied to the popup help window. Style is entered as for the HTML style parameter.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
-
isDisplayLabelText
boolean isDisplayLabelText()Returnstrue
if the label part of the field should be displayed, otherwise returnsfalse
;- Since:
- V4.4
-
setDisplayLabelText
void setDisplayLabelText(boolean displayLabelText)Sets whether or not the label part of the field should be displayed;- Since:
- V4.4
-
isDisplayEditor
boolean isDisplayEditor()Returnstrue
if the editor part of the field should be displayed, otherwise returnsfalse
;- Since:
- V4.4
-
setDisplayEditor
void setDisplayEditor(boolean displayEditor)Sets whether or not the editor part of the field should be displayed;- Since:
- V4.4
-
isDisplayInfoText
boolean isDisplayInfoText()Returnstrue
if the help part of the field should be displayed, otherwise returnsfalse
;- Since:
- V4.4
-
setDisplayInfoText
void setDisplayInfoText(boolean displayInfoText)Sets whether or not the help part of the field should be displayed;- Since:
- V4.4
-
getVAlign
java.lang.String getVAlign()Vertical alignment for the entire field including all its parts. SeesetVAlign(String)
for details of supported values when setting this property.- Since:
- V4.4
-
setVAlign
void setVAlign(java.lang.String vAlign)Sets the vertical alignment for the entire field including all its parts.Supported values:
Value Constant Center ControlConstants.VERTICAL_ALIGNMENT_CENTER Top ControlConstants.VERTICAL_ALIGNMENT_TOP Bottom ControlConstants.VERTICAL_ALIGNMENT_BOTTOM Setting a value of
null
removes any existing value for the property.- Since:
- V4.4
-
getGapAfterLabel
java.lang.String getGapAfterLabel()The gap after the field label. SeesetGapAfterLabel(String)
for details of supported values when setting this property.- Since:
- V4.4
-
setGapAfterLabel
void setGapAfterLabel(java.lang.String gapAfterLabel)Sets the gap after the field label. Any value valid for the CSS margin-xxx parameters can be used.- Since:
- V4.4
-
getGapAfterEditor
java.lang.String getGapAfterEditor()The gap after the field editor. SeesetGapAfterEditor(String)
for details of supported values when setting this property.- Since:
- V4.4
-
setGapAfterEditor
void setGapAfterEditor(java.lang.String gapAfterEditor)Sets the gap after the field editor. Any value valid for the CSS margin-xxx parameters can be used.- Since:
- V4.4
-
getGapBeforeInfo
java.lang.String getGapBeforeInfo()The gap before the field help. SeesetGapBeforeInfo(String)
for details of supported values when setting this property.- Since:
- V4.4
-
setGapBeforeInfo
void setGapBeforeInfo(java.lang.String gapBeforeInfo)Sets the gap before the field help. Any value valid for the CSS margin-xxx parameters can be used.- Since:
- V4.4
-
getPatternTextClass
java.lang.String getPatternTextClass()Returns the list of CSS classes applied to the value pattern.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setPatternTextClass(String)
-
setPatternTextClass
void setPatternTextClass(java.lang.String patternTextClass)Sets one or more CSS classes to be applied to the value pattern. Multiple classes are specified by using a space between the class names, as per the HTML class parameter.These classes are configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
-
getPatternTextStyle
java.lang.String getPatternTextStyle()Returns the inline CSS style applied to the value pattern.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
- See Also:
setPatternTextStyle(String)
-
setPatternTextStyle
void setPatternTextStyle(java.lang.String patternTextStyle)Sets the inline CSS style to be applied to the value pattern. Style is entered as for the HTML style parameter.This inline style is configured in the designer using the Advanced Properties button within the Field Control Styling Assistant.
- Since:
- V4.4
-
getLabelProperties
TextStyleProperties getLabelProperties()Text properties for the label text.- Since:
- V4.4
-
getEditorInputProperties
EditorInputProperties getEditorInputProperties()Properties applied to the editor part of the field.- Since:
- V4.4
-
getValuePatternProperties
TextStyleProperties getValuePatternProperties()Text properties for the value pattern text text.- Since:
- V4.4
-
getCalendarProperties
ImageStyleProperties getCalendarProperties()Properties for the date calendar image.- Since:
- V4.4
-
getInfoProperties
InfoProperties getInfoProperties()Text properties for the label text.- Since:
- V4.4
-
getField
WebFormField getField()Returns thefield
displayed by this Field Control.- Since:
- V4.4
-
isEditableRadioOrCheckboxList
boolean isEditableRadioOrCheckboxList()Returns true if the field represents a list that will be displayed as a list of radio buttons or checkboxes.- Since:
- V4.5.1
-
getLabelHtmlElementProperties
HtmlElementProperties getLabelHtmlElementProperties()Return the field labelHTMLElementProperties
for the Field Control- Since:
- V5.9
-
getInfoHtmlElementProperties
HtmlElementProperties getInfoHtmlElementProperties()Return the field infoHTMLElementProperties
for the Field Control- Since:
- V5.9
-