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 Object

Standard values for Style.VISIBILITY.


Field Summary
static String COLLAPSE
          When used in table elements, this value removes a row or column, but it does not affect the table layout.
static String HIDDEN
          The element is invisible.
static 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 String VISIBLE
The element is visible.

See Also:
Constant Field Values

HIDDEN

public static final String HIDDEN
The element is invisible.

See Also:
Constant Field Values

COLLAPSE

public static final 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–2014 XWiki. All rights reserved.