@Dependent @Templated public class ComponentColumnView extends Object implements UberElement<ComponentColumn>, ComponentColumn.View, org.jboss.errai.ui.client.local.api.IsElement
Modifier and Type | Field and Description |
---|---|
static String |
COL_CSS_CLASS |
static String |
PAGE_ROW_CSS_CLASS |
Constructor and Description |
---|
ComponentColumnView() |
Modifier and Type | Method and Description |
---|---|
void |
calculateWidth() |
void |
clearContent() |
void |
dockSelectEvent(UberfireDocksInteractionEvent event) |
LayoutDragComponent |
getLayoutDragComponent() |
List<PropertyEditorCategory> |
getPropertyCategories() |
boolean |
hasModalConfiguration() |
void |
init(ComponentColumn presenter) |
void |
notifyDragEnd() |
void |
resizeEventObserver(ContainerResizeEvent event) |
void |
setColumnHeight(Integer innerColumnHeight) |
void |
setContent() |
void |
setSelected(boolean selected) |
void |
setup(LayoutComponent layoutComponent,
LayoutTemplate.Style pageStyle) |
void |
setupPageLayout() |
void |
setupWidget() |
void |
setWidth(String size) |
void |
showConfigComponentModal(Command configurationFinish,
Command configurationCanceled,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier) |
public static final String PAGE_ROW_CSS_CLASS
public static final String COL_CSS_CLASS
public void init(ComponentColumn presenter)
init
in interface HasPresenter<ComponentColumn>
public List<PropertyEditorCategory> getPropertyCategories()
getPropertyCategories
in interface ComponentColumn.View
public void setupWidget()
setupWidget
in interface ComponentColumn.View
public void setupPageLayout()
setupPageLayout
in interface ComponentColumn.View
public void setColumnHeight(Integer innerColumnHeight)
setColumnHeight
in interface ComponentColumn.View
public void dockSelectEvent(@Observes UberfireDocksInteractionEvent event)
public void resizeEventObserver(@Observes ContainerResizeEvent event)
public void calculateWidth()
calculateWidth
in interface ComponentColumn.View
public void setWidth(String size)
setWidth
in interface ComponentColumn.View
public void clearContent()
clearContent
in interface ComponentColumn.View
public void setContent()
setContent
in interface ComponentColumn.View
public void showConfigComponentModal(Command configurationFinish, Command configurationCanceled, Supplier<LayoutTemplate> currentLayoutTemplateSupplier)
showConfigComponentModal
in interface ComponentColumn.View
public boolean hasModalConfiguration()
hasModalConfiguration
in interface ComponentColumn.View
public void setup(LayoutComponent layoutComponent, LayoutTemplate.Style pageStyle)
setup
in interface ComponentColumn.View
public void setSelected(boolean selected)
setSelected
in interface ComponentColumn.View
public void notifyDragEnd()
notifyDragEnd
in interface ComponentColumn.View
public LayoutDragComponent getLayoutDragComponent()
getLayoutDragComponent
in interface ComponentColumn.View
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.