public class RowDrop extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RowDrop.Orientation |
Constructor and Description |
---|
RowDrop(LayoutComponent component,
String rowId,
RowDrop.Orientation orientation) |
Modifier and Type | Method and Description |
---|---|
RowDrop |
fromMove(String originRowOldColumnId,
Column oldColumn) |
LayoutComponent |
getComponent() |
Column |
getOldColumn() |
RowDrop.Orientation |
getOrientation() |
String |
getRowId() |
ComponentDropType |
getType() |
boolean |
newComponent() |
public RowDrop(LayoutComponent component, String rowId, RowDrop.Orientation orientation)
public String getRowId()
public RowDrop.Orientation getOrientation()
public LayoutComponent getComponent()
public Column getOldColumn()
public ComponentDropType getType()
public boolean newComponent()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.