Uses of Class
org.kuali.rice.krad.uif.element.Label
Packages that use Label
Package
Description
-
Uses of Label in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container that return types with arguments of type LabelModifier and TypeMethodDescriptionLightTable.getHeaderLabels()The labels for the header derived from the items of this collection (the fields)Method parameters in org.kuali.rice.krad.uif.container with type arguments of type Label -
Uses of Label in org.kuali.rice.krad.uif.field
Methods in org.kuali.rice.krad.uif.field that return LabelModifier and TypeMethodDescriptionField.getFieldLabel()Labelinstance for the fieldFieldBase.getFieldLabel()Methods in org.kuali.rice.krad.uif.field with parameters of type LabelModifier and TypeMethodDescriptionvoidField.setFieldLabel(Label label) Setter for the field's label fieldvoidFieldBase.setFieldLabel(Label fieldLabel) -
Uses of Label in org.kuali.rice.krad.uif.layout
Methods in org.kuali.rice.krad.uif.layout that return LabelModifier and TypeMethodDescriptionTableLayoutManager.getGroupTotalLabelPrototype()The groupTotal label to use when renderOnlyLeftTotalLabels is TRUE.TableLayoutManagerBase.getGroupTotalLabelPrototype()The groupTotal label to use when renderOnlyLeftTotalLabels is TRUE.TableLayoutManager.getHeaderLabelPrototype()Labelinstance to use as a prototype for creating the tables header fields.TableLayoutManagerBase.getHeaderLabelPrototype()Labelinstance to use as a prototype for creating the tables header fields.TableLayoutManager.getPageTotalLabel()The pageTotal label to use when renderOnlyLeftTotalLabels is TRUE for total.TableLayoutManagerBase.getPageTotalLabel()The pageTotal label to use when renderOnlyLeftTotalLabels is TRUE for total.TableLayoutManager.getTotalLabel()The total label to use when renderOnlyLeftTotalLabels is TRUE for total.TableLayoutManagerBase.getTotalLabel()The total label to use when renderOnlyLeftTotalLabels is TRUE for total.Methods in org.kuali.rice.krad.uif.layout that return types with arguments of type LabelModifier and TypeMethodDescriptionTableLayoutManager.getHeaderLabels()List ofLabelinstances that should be rendered to make up the tables headerTableLayoutManagerBase.getHeaderLabels()List ofLabelinstances that should be rendered to make up the tables headerMethods in org.kuali.rice.krad.uif.layout with parameters of type LabelModifier and TypeMethodDescriptionvoidTableLayoutManager.setGroupTotalLabelPrototype(Label groupTotalLabelPrototype) Sets the groupTotal label to use when renderOnlyLeftTotalLabels is TRUE.voidTableLayoutManagerBase.setGroupTotalLabelPrototype(Label groupTotalLabelPrototype) Sets the groupTotal label to use when renderOnlyLeftTotalLabels is TRUE.voidTableLayoutManager.setHeaderLabelPrototype(Label headerLabelPrototype) Setter for the header field prototypevoidTableLayoutManagerBase.setHeaderLabelPrototype(Label headerLabelPrototype) Setter for the header field prototypevoidTableLayoutManager.setPageTotalLabel(Label pageTotalLabel) Sets the pageTotal label to use when renderOnlyLeftTotalLabels is TRUE for total.voidTableLayoutManagerBase.setPageTotalLabel(Label pageTotalLabel) Sets the pageTotal label to use when renderOnlyLeftTotalLabels is TRUE for total.voidTableLayoutManager.setTotalLabel(Label totalLabel) Sets the total label to use when renderOnlyLeftTotalLabels is TRUE for total.voidTableLayoutManagerBase.setTotalLabel(Label totalLabel) Sets the total label to use when renderOnlyLeftTotalLabels is TRUE for total.protected FieldTableLayoutManagerBase.setupTotalField(Field totalField, ColumnCalculationInfo cInfo, boolean show, Label leftLabel, String type, int leftLabelColumnIndex) Setup the totalField with the columnCalculationInfo(cInfo) passed in.Method parameters in org.kuali.rice.krad.uif.layout with type arguments of type LabelModifier and TypeMethodDescriptionprotected voidTableLayoutManagerBase.setHeaderLabels(List<Label> headerLabels) Set the header labels -
Uses of Label in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return Label