|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Field
Component that contains one or more user interface elements and can be placed
into a Container
Provides a wrapper for various user interface elements so they can be treated
uniformly by a container and rendered using a LayoutManager
.
Implementations exist for various types of elements and properties to
configure that element.
Field Summary |
---|
Fields inherited from interface org.kuali.rice.krad.uif.component.Ordered |
---|
INITIAL_ORDER_VALUE |
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Method Summary | |
---|---|
Label |
getFieldLabel()
Label instance for the field |
String |
getLabel()
Label text for the field |
int |
getLabelColSpan()
Label column span for the field |
List<String> |
getLabelStyleClasses()
Label style classes for the field |
String |
getShortLabel()
Short label for the field |
boolean |
isLabelRendered()
Indicates whether the contained Label has been rendered
as part of another field and thus should not be rendered with the
attribute |
void |
setFieldLabel(Label label)
Setter for the field's label field |
void |
setLabel(String labelText)
Setter for the field's label text |
void |
setLabelColSpan(int labelColSpan)
Setter for the field's label column span |
void |
setLabelRendered(boolean labelFieldRendered)
Setter for the label field rendered indicator |
void |
setLabelStyleClasses(List<String> labelStyleClasses)
Setter for the field's label style classes |
void |
setShortLabel(String shortLabel)
Setter for the field's short label text |
Methods inherited from interface org.kuali.rice.krad.datadictionary.uif.UifDictionaryBean |
---|
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph |
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean |
---|
getComponentCode, getNamespaceCode |
Methods inherited from interface org.kuali.rice.krad.uif.component.ScriptEventSupport |
---|
getOnBlurScript, getOnChangeScript, getOnClickScript, getOnCloseScript, getOnDblClickScript, getOnDocumentReadyScript, getOnFocusScript, getOnKeyDownScript, getOnKeyPressScript, getOnKeyUpScript, getOnLoadScript, getOnMouseDownScript, getOnMouseMoveScript, getOnMouseOutScript, getOnMouseOverScript, getOnMouseUpScript, getOnSubmitScript, getOnUnloadScript, setOnBlurScript, setOnLoadScript |
Method Detail |
---|
String getLabel()
The label is generally used to identify the field in the user interface
void setLabel(String labelText)
labelText
- String getShortLabel()
For areas of the user interface that have limited area (such as table headers), the short label can be used to identify the field
void setShortLabel(String shortLabel)
shortLabel
- Label getFieldLabel()
Label
instance for the field
The label field contains the labeling text for the field in addition to configuration for rendering in the user interface (such as the styling for the label area)
void setFieldLabel(Label label)
label
- boolean isLabelRendered()
Label
has been rendered
as part of another field and thus should not be rendered with the
attribute
void setLabelRendered(boolean labelFieldRendered)
labelFieldRendered
- List<String> getLabelStyleClasses()
void setLabelStyleClasses(List<String> labelStyleClasses)
labelStyleClasses
- int getLabelColSpan()
void setLabelColSpan(int labelColSpan)
labelColSpan
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |