Package com.jk.web.faces.components
Class TagAttributeConstants
java.lang.Object
com.jk.web.faces.components.TagAttributeConstants
This class represents constants that are used for common tag attributes used
in UI components.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the attribute to add labels.static final String
Represents the align attribute for alignment.static final String
Represents the attribute for filtering by.static final String
Represents the attribute for exploding child components.static final String
Represents the colspan attribute for table cells.static final String
Represents the confirm action attribute.static final String
Represents the current view attribute.static final String
Represents the disabled attribute for indicating disabled state.static final String
Represents the faces header attribute.static final String
Represents the for attribute for associating labels with form elements.static final String
Represents the attribute to show labels for input components.static final String
Represents the attribute indicating input components with labels.static final String
Represents the label attributes.static final String
Represents the style for label components.static final String
Represents the read-only attribute for indicating read-only state.static final String
Represents the CSS style attribute.static final String
Represents the CSS class style attribute.static final String
Represents the attribute for synchronizing components.static final String
Represents the value attribute for component values. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ATTRIBUTE_EXPLODE_CHILDS
Represents the attribute for exploding child components.- See Also:
-
LABEL_STYLE
Represents the style for label components.- See Also:
-
INPUT_SHOW_LABEL
Represents the attribute to show labels for input components.- See Also:
-
STYLE
Represents the CSS style attribute.- See Also:
-
LABEL
Represents the label attributes.- See Also:
-
COLSPAN
Represents the colspan attribute for table cells.- See Also:
-
ALIGN
Represents the align attribute for alignment.- See Also:
-
STYLE_CLASS
Represents the CSS class style attribute.- See Also:
-
ADD_LABELS
Represents the attribute to add labels.- See Also:
-
FOR
Represents the for attribute for associating labels with form elements.- See Also:
-
INPUT_WITH_LABEL
Represents the attribute indicating input components with labels.- See Also:
-
READONLY
Represents the read-only attribute for indicating read-only state.- See Also:
-
CONFIRM_ACTION
Represents the confirm action attribute.- See Also:
-
FACES_HEADER
Represents the faces header attribute.- See Also:
-
VALUE
Represents the value attribute for component values.- See Also:
-
SYNC_COMPONENTS
Represents the attribute for synchronizing components.- See Also:
-
CURRENT_VIEW
Represents the current view attribute.- See Also:
-
DISABLED
Represents the disabled attribute for indicating disabled state.- See Also:
-
ATT_FILTER_BY
Represents the attribute for filtering by.- See Also:
-
-
Constructor Details
-
TagAttributeConstants
public TagAttributeConstants()
-