| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnWithComponents.View |
Column.Position| Constructor and Description |
|---|
ColumnWithComponents(ColumnWithComponents.View view,
javax.enterprise.inject.Instance<Row> rowInstance,
DnDManager dndManager,
LayoutDragComponentHelper layoutDragComponentHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected Row |
createInstanceRow() |
protected void |
destroy(Object o) |
LayoutComponent |
getLayoutComponent() |
int |
getParentHashCode() |
Row |
getRow() |
Integer |
getSize() |
UberView<ColumnWithComponents> |
getView() |
boolean |
hasComponent(Column targetColumn) |
boolean |
hasInnerRows() |
void |
incrementSize() |
void |
init(Integer parentHashCode,
Column.Position columnPosition,
Integer size,
ParameterizedCommand<ColumnDrop> dropCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ParameterizedCommand<Column> removeCommand) |
void |
onDrop(ColumnDrop.Orientation orientation,
com.google.gwt.event.dom.client.DropEvent dropEvent) |
void |
onMouseDown(int xPosition) |
void |
onMouseUp(int xPosition) |
void |
post() |
void |
preDestroy() |
void |
reduzeSize() |
void |
remove(Column targetColumn) |
void |
setColumnPosition(Column.Position columnPosition) |
void |
setSize(Integer size) |
void |
withComponents(ComponentColumn... _columns) |
@Inject public ColumnWithComponents(ColumnWithComponents.View view, javax.enterprise.inject.Instance<Row> rowInstance, DnDManager dndManager, LayoutDragComponentHelper layoutDragComponentHelper)
@PostConstruct public void post()
@PreDestroy public void preDestroy()
public void init(Integer parentHashCode, Column.Position columnPosition, Integer size, ParameterizedCommand<ColumnDrop> dropCommand, ParameterizedCommand<ColumnDrop> removeComponentCommand, ParameterizedCommand<Column> removeCommand)
public void onDrop(ColumnDrop.Orientation orientation, com.google.gwt.event.dom.client.DropEvent dropEvent)
public void onMouseDown(int xPosition)
public boolean hasComponent(Column targetColumn)
public void remove(Column targetColumn)
public void onMouseUp(int xPosition)
protected Row createInstanceRow()
public void withComponents(ComponentColumn... _columns)
public void setColumnPosition(Column.Position columnPosition)
setColumnPosition in interface Columnpublic UberView<ColumnWithComponents> getView()
public void reduzeSize()
reduzeSize in interface Columnpublic void incrementSize()
incrementSize in interface Columnpublic LayoutComponent getLayoutComponent()
getLayoutComponent in interface Columnpublic boolean hasInnerRows()
hasInnerRows in interface Columnpublic Row getRow()
public int getParentHashCode()
getParentHashCode in interface Columnprotected void destroy(Object o)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.