|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.platform.web.css.GuiseCSSProcessor.IE6FixClass
public static class GuiseCSSProcessor.IE6FixClass
A specification for an IE6 fix class and the selectors that cause it to be added to an element's class list.
| Constructor Summary | |
|---|---|
GuiseCSSProcessor.IE6FixClass(java.util.List<SimpleSelector> simpleSelectors,
java.lang.String fixClass)
Selectors and class constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFixClass()
|
java.util.List<SimpleSelector> |
getSimpleSelectorSequence()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuiseCSSProcessor.IE6FixClass(java.util.List<SimpleSelector> simpleSelectors,
java.lang.String fixClass)
simpleSelectors - The unfixed simple selectors that match an element (e.g. "div.class1.class2").fixClass - The class to add for fixing IE6 for multiple class selectors.
java.lang.NullPointerException - if the selectors and/or the fix class is null.| Method Detail |
|---|
public java.util.List<SimpleSelector> getSimpleSelectorSequence()
public java.lang.String getFixClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||