Class AbstractPageViewBlock
java.lang.Object
org.teamapps.ux.component.pageview.AbstractPageViewBlock
- Direct Known Subclasses:
CitationPageViewBlock,ComponentPageViewBlock,MessagePageViewBlock
public abstract class AbstractPageViewBlock
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description AbstractPageViewBlock()AbstractPageViewBlock(PageViewBlockAlignment alignment) -
Method Summary
Modifier and Type Method Description voidaddToolButton(ToolButton toolButton)abstract org.teamapps.dto.UiPageViewBlockcreateUiBlock()PageViewBlockAlignmentgetAlignment()java.util.List<ToolButton>getToolButtons()protected voidmapAbstractPageViewBlockAttributes(org.teamapps.dto.UiPageViewBlock uiBlock)voidremoveToolButton(ToolButton toolButton)AbstractPageViewBlocksetAlignment(PageViewBlockAlignment alignment)AbstractPageViewBlocksetToolButtons(java.util.List<ToolButton> toolButtons)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractPageViewBlock
public AbstractPageViewBlock() -
AbstractPageViewBlock
-
-
Method Details
-
createUiBlock
public abstract org.teamapps.dto.UiPageViewBlock createUiBlock() -
mapAbstractPageViewBlockAttributes
protected void mapAbstractPageViewBlockAttributes(org.teamapps.dto.UiPageViewBlock uiBlock) -
getAlignment
-
setAlignment
-
getToolButtons
-
setToolButtons
-
addToolButton
-
removeToolButton
-