Class GroupingView
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.groupingview.GroupingView
- All Implemented Interfaces:
ClientObject,Component
public class GroupingView extends AbstractComponent
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GroupingView() -
Method Summary
Modifier and Type Method Description org.teamapps.dto.UiComponentcreateUiComponent()protected voiddoDestroy()Do not implement or call.voidhandleUiEvent(org.teamapps.dto.UiEvent event)Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, destroy, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Constructor Details
-
GroupingView
public GroupingView()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiComponent createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event) -
doDestroy
protected void doDestroy()Description copied from class:AbstractComponentDo not implement or call. Obsolete. Will get deleted soon.- Overrides:
doDestroyin classAbstractComponent
-