org.gcube.portlets.admin.searchmanagerportlet.gwt.client
Interface FieldsImageResources
- All Superinterfaces:
- com.google.gwt.resources.client.ClientBundle, com.google.gwt.user.client.ui.Tree.Resources
public interface FieldsImageResources
- extends com.google.gwt.user.client.ui.Tree.Resources
| Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
com.google.gwt.resources.client.ClientBundle.Source |
|
Method Summary |
com.google.gwt.resources.client.ImageResource |
treeClosed()
Image for a tree leaf. |
com.google.gwt.resources.client.ImageResource |
treeLeaf()
Image for a tree leaf. |
com.google.gwt.resources.client.ImageResource |
treeOpen()
Image for a tree leaf. |
treeLeaf
@ClientBundle.Source(value="field.png")
com.google.gwt.resources.client.ImageResource treeLeaf()
- Image for a tree leaf. In this context it displays a Field
- Specified by:
treeLeaf in interface com.google.gwt.user.client.ui.Tree.Resources
treeClosed
@ClientBundle.Source(value="fieldslistclosed.png")
com.google.gwt.resources.client.ImageResource treeClosed()
- Image for a tree leaf. In this context it displays a Field
- Specified by:
treeClosed in interface com.google.gwt.user.client.ui.Tree.Resources
treeOpen
@ClientBundle.Source(value="fieldslistopened.png")
com.google.gwt.resources.client.ImageResource treeOpen()
- Image for a tree leaf. In this context it displays a Field
- Specified by:
treeOpen in interface com.google.gwt.user.client.ui.Tree.Resources
Copyright © 2013. All Rights Reserved.