Package | Description |
---|---|
org.uberfire.ext.widgets.common.client.common |
Modifier and Type | Class and Description |
---|---|
class |
LazyStackPanelHeader |
Modifier and Type | Method and Description |
---|---|
AbstractLazyStackPanelHeader |
LazyStackPanelRow.getHeader() |
Modifier and Type | Method and Description |
---|---|
Iterator<AbstractLazyStackPanelHeader> |
LazyStackPanel.getHeaderIterator() |
Modifier and Type | Method and Description |
---|---|
void |
LazyStackPanel.add(AbstractLazyStackPanelHeader header,
LoadContentCommand contentLoad)
Add a new (collapsed) element to the stack.
|
void |
LazyStackPanel.add(AbstractLazyStackPanelHeader header,
LoadContentCommand contentLoad,
boolean expanded) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
AbstractLazyStackPanelHeader.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<AbstractLazyStackPanelHeader> handler) |
com.google.gwt.event.shared.HandlerRegistration |
AbstractLazyStackPanelHeader.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler<AbstractLazyStackPanelHeader> handler) |
Constructor and Description |
---|
LazyStackPanelRow(AbstractLazyStackPanelHeader titleWidget,
LoadContentCommand contentLoad) |
LazyStackPanelRow(AbstractLazyStackPanelHeader titleWidget,
LoadContentCommand contentLoad,
boolean expanded) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.