|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Style in org.apache.myfaces.trinidadinternal.skin.icon |
---|
Methods in org.apache.myfaces.trinidadinternal.skin.icon that return Style | |
---|---|
protected Style |
TextIcon.getInlineStyle()
Returns the inlineStyle to render. |
Methods in org.apache.myfaces.trinidadinternal.skin.icon with parameters of type Style | |
---|---|
void |
TextIcon.setInlineStyle(Style inlineStyle)
Sets the inlineStyle of the icon |
Constructors in org.apache.myfaces.trinidadinternal.skin.icon with parameters of type Style | |
---|---|
BaseImageIcon(java.lang.String uri,
java.lang.String rtlURI,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String styleClass,
Style inlineStyle)
Creates an image Icon which has a different image URI depending on the reading direction. |
|
ContextImageIcon(java.lang.String uri,
java.lang.String rtlURI,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String styleClass,
Style inlineStyle)
Creates an ContextImageIcon which has a different image URI depending on the reading direction. |
|
TextIcon(java.lang.String text,
java.lang.String rtlText,
java.lang.String styleClass,
Style inlineStyle)
Creates the TextIcon with the specified text string, style class, and inline style. |
|
URIImageIcon(java.lang.String uri,
java.lang.String rtlURI,
java.lang.Integer width,
java.lang.Integer height,
java.lang.String styleClass,
Style inlineStyle)
Creates a URIImageIcon which has a different URI depending on the reading direction. |
Uses of Style in org.apache.myfaces.trinidadinternal.style |
---|
Classes in org.apache.myfaces.trinidadinternal.style that implement Style | |
---|---|
class |
BaseStyle
Base class for Style implementations |
class |
CSSStyle
Style implementation for CSS. |
Methods in org.apache.myfaces.trinidadinternal.style that return Style | |
---|---|
Style |
UserStyleSheet.getNamedStyle(java.lang.String name)
Returns the named Style associated with the specified name. |
Style |
UserStyleSheet.getStyle(java.lang.String selector)
Returns the Style associated with the specified selector. |
Style |
StyleMap.getStyleByClass(StyleContext context,
java.lang.String styleClass)
Returns the Style object associated with the specified style class |
Style |
StyleMap.getStyleByName(StyleContext context,
java.lang.String name)
Returns the Style object associated with the specified style name |
Style |
StyleMap.getStyleBySelector(StyleContext context,
java.lang.String selector)
Returns the Style object associated with the specified selector |
Constructors in org.apache.myfaces.trinidadinternal.style with parameters of type Style | |
---|---|
BaseStyle(Style style)
Creates a BaseStyle from an arbitrary Style object. |
|
CSSStyle(Style style)
Creates a BaseStyle from an arbitrary Style object. |
Constructor parameters in org.apache.myfaces.trinidadinternal.style with type arguments of type Style | |
---|---|
UserStyleSheet(java.lang.String id,
java.util.Map<java.lang.String,Style> styles,
java.util.Map<java.lang.String,Style> namedStyles)
Creates a UserStyleSheet. |
|
UserStyleSheet(java.lang.String id,
java.util.Map<java.lang.String,Style> styles,
java.util.Map<java.lang.String,Style> namedStyles)
Creates a UserStyleSheet. |
Uses of Style in org.apache.myfaces.trinidadinternal.ui.laf.base |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base that return Style | |
---|---|
Style |
Icon.getInlineStyle()
Returns the inline style |
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type Style | |
---|---|
static void |
BaseLafUtils.pushStyleAttrs(UIXRenderingContext context,
java.lang.String styleClass,
Style inlineStyle)
Pushes the specified style attributes onto a stack which is used to track the current background color. |
Constructors in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type Style | |
---|---|
Icon(java.lang.String gifName,
java.lang.Class<LookAndFeel> lookAndFeel,
NameResolver resolver,
boolean isCoreColor,
boolean isSymmetric,
boolean isTransparent,
java.lang.String styleClass,
Style inlineStyle)
|
Uses of Style in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that return Style | |
---|---|
static Style |
XhtmlLafUtils.getClassStyle(UIXRenderingContext context,
java.lang.Object className)
Resolves the class name to the appropriate Style object |
static Style |
XhtmlLafUtils.getStyleSelector(UIXRenderingContext context,
java.lang.Object styleSelector)
Resolves the class name to the appropriate Style object |
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type Style | |
---|---|
static java.lang.String |
XhtmlLafUtils.getStyleProperty(Style style1,
Style style2,
java.lang.String stylePropertyName)
Returns the value of a style property asking Style1 and then Style2, if Style1 doesn't return a value. |
protected void |
XhtmlLafRenderer.startRenderingStyleElements(UIXRenderingContext context,
Style inlineStyle,
java.lang.Object className)
Renders the combination of inline and class style attributes as elements |
static void |
XhtmlLafUtils.startRenderingStyleElements(UIXRenderingContext context,
Style inlineStyle,
Style classStyle)
Renders the combination of inline and class style attributes as elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |