Package com.day.cq.wcm.foundation.forms
Interface FormsManager.ComponentDescription
-
- All Superinterfaces:
java.lang.Comparable<FormsManager.ComponentDescription>
- Enclosing interface:
- FormsManager
public static interface FormsManager.ComponentDescription extends java.lang.Comparable<FormsManager.ComponentDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHint()
Return a hint (text) for this component.java.lang.String
getResourceType()
Return the resource type for this component.java.lang.String
getTitle()
Return the title.
-
-
-
Method Detail
-
getResourceType
java.lang.String getResourceType()
Return the resource type for this component.- Returns:
- resource type
-
getTitle
java.lang.String getTitle()
Return the title.- Returns:
- title
-
getHint
java.lang.String getHint()
Return a hint (text) for this component.- Returns:
- A hint or
null
. - Since:
- 5.3
-
-