|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.tobago.renderkit.css.Classes
public final class Classes
Builds the CSS class attribute of tags. The names will be generated in a formal way, so generic name (and abbrevation) are possible. The class works like a factory, so caching will be possible.
The default naming conventions allow these values:
Method Summary | |
---|---|
static Classes |
create(javax.faces.component.UIComponent component)
|
static Classes |
create(javax.faces.component.UIComponent component,
Markup explicit)
|
static Classes |
create(javax.faces.component.UIComponent component,
String sub)
|
static Classes |
create(javax.faces.component.UIComponent component,
String sub,
Markup explicit)
|
static Classes |
createWorkaround(String rendererName,
Markup explicit)
Deprecated. This workaround will be removed later |
static Classes |
createWorkaround(String rendererName,
String sub,
Markup explicit)
Deprecated. This workaround will be removed later |
String |
getStringValue()
|
static String |
requiredWorkaround(javax.faces.component.UIComponent component)
Deprecated. This workaround will be removed later |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Classes create(javax.faces.component.UIComponent component)
public static Classes create(javax.faces.component.UIComponent component, String sub)
public static Classes create(javax.faces.component.UIComponent component, Markup explicit)
public static Classes create(javax.faces.component.UIComponent component, String sub, Markup explicit)
public String getStringValue()
@Deprecated public static String requiredWorkaround(javax.faces.component.UIComponent component)
@Deprecated public static Classes createWorkaround(String rendererName, String sub, Markup explicit)
@Deprecated public static Classes createWorkaround(String rendererName, Markup explicit)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |