Package com.sencha.gxt.dnd.core.client
Interface Insert.DefaultInsertAppearance.InsertResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
- Enclosing class:
- Insert.DefaultInsertAppearance
public static interface Insert.DefaultInsertAppearance.InsertResources extends com.google.gwt.resources.client.ClientBundle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResource
left()
com.google.gwt.resources.client.ImageResource
mid()
com.google.gwt.resources.client.ImageResource
right()
Insert.DefaultInsertAppearance.InsertStyle
style()
-
-
-
Method Detail
-
left
com.google.gwt.resources.client.ImageResource left()
-
mid
@ImageOptions(repeatStyle=Horizontal) com.google.gwt.resources.client.ImageResource mid()
-
right
com.google.gwt.resources.client.ImageResource right()
-
style
@Source("Insert.gss") Insert.DefaultInsertAppearance.InsertStyle style()
-
-