com.sencha.gxt.widget.core.client
Interface ListView.ListViewDefaultStyle

All Superinterfaces:
CssResource, CssResourceBase, ResourcePrototype
Enclosing class:
ListView<M,N>

public static interface ListView.ListViewDefaultStyle
extends CssResource

The default styles for the list view.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
CssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
 
Method Summary
 java.lang.String item()
          Returns the name of the style representing the item.
 java.lang.String over()
          Returns the name of the style representing the cursor over state.
 java.lang.String sel()
          Returns the name of the style representing the selected state.
 java.lang.String view()
          Returns the name of the style representing the list view root.
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

item

java.lang.String item()
Returns the name of the style representing the item.

Returns:
the style for the item

over

java.lang.String over()
Returns the name of the style representing the cursor over state.

Returns:
the style for the cursor over state

sel

java.lang.String sel()
Returns the name of the style representing the selected state.

Returns:
the style of the selected state

view

java.lang.String view()
Returns the name of the style representing the list view root.

Returns:
the style of the list view


Copyright © 2012. All Rights Reserved.