@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 |
cleanUp(DragComponentEndEvent dragComponentEndEvent) |
void |
clearContent() |
void |
dockSelectEvent(UberfireDocksInteractionEvent event) |
List<PropertyEditorCategory> |
getPropertyCategories() |
boolean |
hasModalConfiguration() |
void |
init(ComponentColumn presenter) |
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.Viewpublic void setupWidget()
setupWidget in interface ComponentColumn.Viewpublic void setupPageLayout()
setupPageLayout in interface ComponentColumn.Viewpublic void setColumnHeight(Integer innerColumnHeight)
setColumnHeight in interface ComponentColumn.Viewpublic void dockSelectEvent(@Observes
UberfireDocksInteractionEvent event)
public void resizeEventObserver(@Observes
ContainerResizeEvent event)
public void calculateWidth()
calculateWidth in interface ComponentColumn.Viewpublic void setWidth(String size)
setWidth in interface ComponentColumn.Viewpublic void clearContent()
clearContent in interface ComponentColumn.Viewpublic void setContent()
setContent in interface ComponentColumn.Viewpublic void showConfigComponentModal(Command configurationFinish, Command configurationCanceled, Supplier<LayoutTemplate> currentLayoutTemplateSupplier)
showConfigComponentModal in interface ComponentColumn.Viewpublic boolean hasModalConfiguration()
hasModalConfiguration in interface ComponentColumn.Viewpublic void setup(LayoutComponent layoutComponent, LayoutTemplate.Style pageStyle)
setup in interface ComponentColumn.Viewpublic void setSelected(boolean selected)
setSelected in interface ComponentColumn.Viewpublic void cleanUp(@Observes
DragComponentEndEvent dragComponentEndEvent)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.