com.sencha.gxt.theme.base.client.field
Interface DualListFieldDefaultAppearance.DualListFieldStyle

All Superinterfaces:
CssResource, CssResourceBase, ResourcePrototype
Enclosing class:
DualListFieldDefaultAppearance

public static interface DualListFieldDefaultAppearance.DualListFieldStyle
extends CssResource


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
 String allLeft()
           
 String allRight()
           
 String down()
           
 String left()
           
 String right()
           
 String up()
           
 
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

up

String up()

allRight

String allRight()

right

String right()

left

String left()

allLeft

String allLeft()

down

String down()


Copyright © 2012. All Rights Reserved.