|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Style | |
|---|---|
| org.wings | Provides the core components and interfacing building up wingS. |
| org.wings.plaf | Defines the responsible renderers (PLAFs) needed for component rendering/externalization. |
| org.wings.style | Provides the facility to append CSS attributes and stylesheet programatically to your SComponents. |
| Uses of Style in org.wings |
|---|
| Fields in org.wings with type parameters of type Style | |
|---|---|
protected Map<Selector,Style> |
SComponent.dynamicStyles
Map of Selector to CSS Styles currently assigned to this component. |
| Methods in org.wings that return Style | |
|---|---|
Style |
SComponent.getDynamicStyle(Selector selector)
Returns the style defined for the passed CSS selector. |
| Methods in org.wings with parameters of type Style | |
|---|---|
void |
SComponent.addDynamicStyle(Style style)
Register a new CSS style on this component for a specfic CSS selector. |
| Uses of Style in org.wings.plaf |
|---|
| Methods in org.wings.plaf that return Style | |
|---|---|
Style |
CGManager.getStyle(String key)
Get a Style from the defaults table. |
| Uses of Style in org.wings.style |
|---|
| Classes in org.wings.style that implement Style | |
|---|---|
class |
CSSStyle
A |
| Methods in org.wings.style that return types with arguments of type Style | |
|---|---|
Set<Style> |
CSSStyleSheet.styles()
|
Set<Style> |
StyleSheet.styles()
The Styles definitions contained in this style sheet. |
| Methods in org.wings.style with parameters of type Style | |
|---|---|
void |
CSSStyleSheet.putStyle(Style style)
|
void |
StyleSheet.putStyle(Style style)
Register a Style in the style sheet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||