public interface CollapseExpand
extends com.google.gwt.resources.client.ClientBundle
| Modifier and Type | Field and Description |
|---|---|
static CollapseExpand |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.resources.client.ImageResource |
collapse() |
com.google.gwt.resources.client.ImageResource |
collapseAll() |
com.google.gwt.resources.client.ImageResource |
expand() |
com.google.gwt.resources.client.ImageResource |
expandAll() |
static final CollapseExpand INSTANCE
@ClientBundle.Source(value="images/collapse_expand/collapse.gif") com.google.gwt.resources.client.ImageResource collapse()
@ClientBundle.Source(value="images/collapse_expand/collapseall.gif") com.google.gwt.resources.client.ImageResource collapseAll()
@ClientBundle.Source(value="images/collapse_expand/expand.gif") com.google.gwt.resources.client.ImageResource expand()
@ClientBundle.Source(value="images/collapse_expand/expandall.gif") com.google.gwt.resources.client.ImageResource expandAll()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.