Class ComponentPageViewBlock
- java.lang.Object
-
- org.teamapps.ux.component.pageview.AbstractPageViewBlock
-
- org.teamapps.ux.component.pageview.ComponentPageViewBlock
-
public class ComponentPageViewBlock extends AbstractPageViewBlock
-
-
Constructor Summary
Constructors Constructor Description ComponentPageViewBlock(Component component, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiComponentPageViewBlockcreateUiBlock()ComponentgetComponent()intgetHeight()java.lang.StringgetTitle()ComponentPageViewBlocksetComponent(Component component)ComponentPageViewBlocksetHeight(int height)ComponentPageViewBlocksetTitle(java.lang.String title)-
Methods inherited from class org.teamapps.ux.component.pageview.AbstractPageViewBlock
addToolButton, getAlignment, getToolButtons, mapAbstractPageViewBlockAttributes, removeToolButton, setAlignment, setToolButtons
-
-
-
-
Constructor Detail
-
ComponentPageViewBlock
public ComponentPageViewBlock(Component component, int height)
-
-
Method Detail
-
createUiBlock
public org.teamapps.dto.UiComponentPageViewBlock createUiBlock()
- Specified by:
createUiBlockin classAbstractPageViewBlock
-
getComponent
public Component getComponent()
-
setComponent
public ComponentPageViewBlock setComponent(Component component)
-
getHeight
public int getHeight()
-
setHeight
public ComponentPageViewBlock setHeight(int height)
-
getTitle
public java.lang.String getTitle()
-
setTitle
public ComponentPageViewBlock setTitle(java.lang.String title)
-
-