| Modifier and Type | Class and Description |
|---|---|
static interface |
ComponentColumn.View |
Column.Position| Constructor and Description |
|---|
ComponentColumn(ComponentColumn.View view,
DnDManager dndManager,
LayoutDragComponentHelper layoutDragComponentHelper) |
@Inject public ComponentColumn(ComponentColumn.View view, DnDManager dndManager, LayoutDragComponentHelper layoutDragComponentHelper)
@PostConstruct public void post()
public void init(int parentHashCode,
Column.Position columnPosition,
Integer size,
LayoutComponent layoutComponent,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<Column> removeCommand,
boolean newComponent)
protected boolean hasConfiguration()
public void setParentHashCode(int parentHashCode)
public void setDropCommand(ParameterizedCommand<ColumnDrop> dropCommand)
public void remove()
public void edit()
public boolean shouldPreviewDrop()
public void dragStartComponent()
public void dragEndComponent()
public LayoutComponent getLayoutComponent()
getLayoutComponent in interface Columnpublic boolean hasInnerRows()
hasInnerRows in interface Columnpublic void reduzeSize()
reduzeSize in interface Columnpublic void incrementSize()
incrementSize in interface Columnpublic void onResize(int xPosition)
public void endColumnResize(int xPosition)
public void recalculateSize()
public int getParentHashCode()
getParentHashCode in interface Columnpublic void onDrop(ColumnDrop.Orientation orientation, com.google.gwt.event.dom.client.DropEvent dropEvent)
public void setColumnPosition(Column.Position columnPosition)
setColumnPosition in interface Columnprotected boolean isInnerColumn()
public void setInnerColumn()
public void updateView()
public UberView<ComponentColumn> getView()
public LayoutDragComponentHelper getLayoutDragComponentHelper()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.