public abstract class Styles extends Object
Constructor and Description |
---|
Styles() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getNativeSelectorString(Selector selector)
Returns the Selector in String form, converted to a format that
is suitable to be written to the client (e.g., a css-2 format that can be
read by a browser)
|
Set<Selector> |
getSelectorsForSimpleSelector(String simpleSelector)
Given a simple selector (as opposed to a complex selector),
this method will return a Set of the Selectors that
contain the simple selector.
|
abstract Map<Selector,Style> |
getSelectorStyleMap()
Returns a Map containing the Selector Object as the key and the Style
Object as the value.
|
public abstract Map<Selector,Style> getSelectorStyleMap()
public abstract String getNativeSelectorString(Selector selector)
selector
- Selectorpublic Set<Selector> getSelectorsForSimpleSelector(String simpleSelector)
simpleSelector
- Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.