public DBColumnDrop(FormModel model, DatabaseMetaDataTransfer.Column column)(Code)
Creates new DBColumnDrop.
Parameters: model - form model. Parameters: column - dropped column.
Method Detail
componentAdded
public void componentAdded(String componentId, String droppedOverId)(Code)
Post-processing after placement of the dragged column.
Parameters: componentId - ID of the corresponding UI component. Parameters: droppedOverId - ID of a component the new component has been dropped over.