Package com.day.cq.wcm.foundation.forms
Interface FormsManager.ComponentDescription
-
- All Superinterfaces:
Comparable<FormsManager.ComponentDescription>
- Enclosing interface:
- FormsManager
public static interface FormsManager.ComponentDescription extends Comparable<FormsManager.ComponentDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHint()Return a hint (text) for this component.StringgetResourceType()Return the resource type for this component.StringgetTitle()Return the title.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-