Uses of Interface
org.uberfire.ext.widgets.common.client.common.LoadContentCommand
-
Packages that use LoadContentCommand Package Description org.uberfire.ext.widgets.common.client.common -
-
Uses of LoadContentCommand in org.uberfire.ext.widgets.common.client.common
Methods in org.uberfire.ext.widgets.common.client.common with parameters of type LoadContentCommand Modifier and Type Method Description voidLazyStackPanel. add(String headerText, com.google.gwt.resources.client.ImageResource icon, LoadContentCommand contentLoad)voidLazyStackPanel. add(String headerText, LoadContentCommand contentLoad)Add a new (collapsed) element to the stack.voidLazyStackPanel. add(String headerText, LoadContentCommand contentLoad, boolean expanded)voidLazyStackPanel. add(AbstractLazyStackPanelHeader header, LoadContentCommand contentLoad)Add a new (collapsed) element to the stack.voidLazyStackPanel. add(AbstractLazyStackPanelHeader header, LoadContentCommand contentLoad, boolean expanded)Constructors in org.uberfire.ext.widgets.common.client.common with parameters of type LoadContentCommand Constructor Description LazyStackPanelRow(AbstractLazyStackPanelHeader titleWidget, LoadContentCommand contentLoad)LazyStackPanelRow(AbstractLazyStackPanelHeader titleWidget, LoadContentCommand contentLoad, boolean expanded)
-