Uses of Class
org.teamapps.dto.UiPageViewBlock
-
-
Uses of UiPageViewBlock in org.teamapps.dto
Subclasses of UiPageViewBlock in org.teamapps.dto Modifier and Type Class Description classUiCitationPageViewBlockTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiComponentPageViewBlockTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classUiMessagePageViewBlockTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!Fields in org.teamapps.dto declared as UiPageViewBlock Modifier and Type Field Description protected UiPageViewBlockUiPageView.AddBlockCommand. blockFields in org.teamapps.dto with type parameters of type UiPageViewBlock Modifier and Type Field Description protected java.util.List<UiPageViewBlock>UiPageView. blocksMethods in org.teamapps.dto that return UiPageViewBlock Modifier and Type Method Description UiPageViewBlockUiPageView.AddBlockCommand. getBlock()UiPageViewBlockUiPageViewBlock. setAlignment(UiPageViewBlock.Alignment alignment)UiPageViewBlockUiPageViewBlock. setId(java.lang.String id)UiPageViewBlockUiPageViewBlock. setToolButtons(java.util.List<UiClientObjectReference> toolButtons)Methods in org.teamapps.dto that return types with arguments of type UiPageViewBlock Modifier and Type Method Description java.util.List<UiPageViewBlock>UiPageView. getBlocks()Method parameters in org.teamapps.dto with type arguments of type UiPageViewBlock Modifier and Type Method Description UiPageViewUiPageView. setBlocks(java.util.List<UiPageViewBlock> blocks)Constructors in org.teamapps.dto with parameters of type UiPageViewBlock Constructor Description AddBlockCommand(java.lang.String componentId, UiPageViewBlock block, boolean before, java.lang.String otherBlockId)
-