org.xwiki.gwt.dom.client
Class Style.Visibility

java.lang.Object
  extended by org.xwiki.gwt.dom.client.Style.Visibility
Enclosing class:
Style

public static final class Style.Visibility
extends java.lang.Object

Standard values for Style.VISIBILITY.


Field Summary
static java.lang.String COLLAPSE
          When used in table elements, this value removes a row or column, but it does not affect the table layout.
static java.lang.String HIDDEN
          The element is invisible.
static java.lang.String VISIBLE
          The element is visible.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISIBLE

public static final java.lang.String VISIBLE
The element is visible.

See Also:
Constant Field Values

HIDDEN

public static final java.lang.String HIDDEN
The element is invisible.

See Also:
Constant Field Values

COLLAPSE

public static final java.lang.String COLLAPSE
When used in table elements, this value removes a row or column, but it does not affect the table layout. The space taken up by the row or column will be available for other content. If this value is used on other elements, it renders as "hidden".

See Also:
Constant Field Values


Copyright © 2004-2010 XWiki. All Rights Reserved.