|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.ObjectBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.FacetBean
public class FacetBean
FacetBean is a Java representation of the faces-config component or renderer facet XML element.
Constructor Summary | |
---|---|
FacetBean()
|
Method Summary | |
---|---|
Iterator<String> |
accessibilityGuidelines()
Returns an iterator for all accessibility guidelines on this component only. |
void |
addAccessibilityGuideline(String accessibilityGuideline)
Adds an Accessibility (e.g. |
Iterator<String> |
allowedChildComponents()
Returns the allowed child components for this facet. |
String |
getDescription()
Returns the description of this property. |
String |
getFacetName()
Returns the facet name for this facet. |
boolean |
hasAccessibilityGuidelines()
Returns true if this component has any accessibility guidelines. |
boolean |
hasAllowedChildComponents()
Returns true if this component has any allowed child components. |
boolean |
isHidden()
If the facet should be hidden from documentation |
boolean |
isRequired()
Returns required flag of this facet. |
void |
parseAllowedChildComponents(String allowedChildComponents)
Parses the string of allowed child class names into a String array using space as the separator between values. |
void |
setAllowedChildComponents(String[] allowedChildComponents)
Sets the possible values for this property. |
void |
setDescription(String description)
Sets the description of this property. |
void |
setFacetName(String facetName)
Sets the facet name for this facet. |
void |
setHidden(boolean hidden)
Set if this facet should be hidden from documentation |
void |
setRequired(boolean required)
Sets the required flag of this facet. |
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.ObjectBean |
---|
attach, getOwner, isModifiedSince |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FacetBean()
Method Detail |
---|
public void setFacetName(String facetName)
facetName
- the facet namepublic String getFacetName()
public void setDescription(String description)
description
- the property descriptionpublic String getDescription()
public void setRequired(boolean required)
required
- the facet required flagpublic boolean isRequired()
public boolean isHidden()
public void setHidden(boolean hidden)
hidden
- If the facet should be hiddenpublic void addAccessibilityGuideline(String accessibilityGuideline)
accGuidelines
- the accessibility guideline to addpublic boolean hasAccessibilityGuidelines()
public Iterator<String> accessibilityGuidelines()
public void parseAllowedChildComponents(String allowedChildComponents)
allowedChildComponents
- a space delimited string of allowed child component class namespublic void setAllowedChildComponents(String[] allowedChildComponents)
allowedChildComponents
- a string array of the allowed child component class namespublic Iterator<String> allowedChildComponents()
public boolean hasAllowedChildComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |