Uses of Class
com.sencha.gxt.core.client.dom.XElement.VisMode

Packages that use XElement.VisMode
com.sencha.gxt.core.client.dom Core utilities. 
 

Uses of XElement.VisMode in com.sencha.gxt.core.client.dom
 

Methods in com.sencha.gxt.core.client.dom that return XElement.VisMode
 XElement.VisMode XElement.getVisMode()
          Returns the vis mode.
static XElement.VisMode XElement.VisMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XElement.VisMode[] XElement.VisMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sencha.gxt.core.client.dom with parameters of type XElement.VisMode
 void XElement.setVisMode(XElement.VisMode visMode)
          Sets the vis mode (defaults to DISPLAY.
 



Copyright © 2012. All Rights Reserved.