|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.dom.client.filter.HiddenElements
public class HiddenElements
Accepts only elements that are not displayed, i.e. elements that are attached to the document but for which the
computed value of the display CSS property is equal to none.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.xwiki.gwt.dom.client.filter.NodeFilter |
|---|
NodeFilter.Action |
| Constructor Summary | |
|---|---|
HiddenElements()
|
|
| Method Summary | |
|---|---|
NodeFilter.Action |
acceptNode(com.google.gwt.dom.client.Node node)
Applies this filter on the given DOM node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HiddenElements()
| Method Detail |
|---|
public NodeFilter.Action acceptNode(com.google.gwt.dom.client.Node node)
acceptNode in interface NodeFilternode - the node to be filtered
NodeFilter.acceptNode(Node)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||