|
||||||||||
| 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.AccessibilityGuidelineBean
public class AccessibilityGuidelineBean
AccessibilityGuidelineBean is a Java representation of the faces-config mfp:accessibilityGuidelines
XML element.
An example of how the AccessibilityGuidelineBean would be represented as an XML element is:
| Constructor Summary | |
|---|---|
AccessibilityGuidelineBean()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get Description Text. |
String |
getKey()
Returns AccessibilityGuideline hashmap key. |
String |
getType()
Returns the type of the Accessibility Guideline (e.g. |
void |
setDescription(String description)
Set accessibility guideline Description Text. |
protected void |
setKey(String key)
Set hashmap key for this accessibility guideline. |
void |
setType(String type)
Set if element is required to meet Accessibility Guidelines |
| 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 AccessibilityGuidelineBean()
| Method Detail |
|---|
public String getDescription()
public void setDescription(String description)
description - Accessibility Guideline Description Text.public String getType()
public void setType(String type)
required - whether or not the element is required to meet accessibility guidelinespublic String getKey()
protected void setKey(String key)
key - Set key for this accessibility guideline put in
ComponentBean _accessibilityGuidelines hashmap.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||