void |
BaseInputField.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField inputFieldClone) |
void |
BaseInputListField.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField inputFieldClone) |
void |
Calendar.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField baseClone) |
void |
Combo.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField baseClone) |
void |
InputDate.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField baseClone) |
void |
InputText.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField baseClone) |
void |
InputTimestamp.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField baseClone) |
void |
SelectComboMenu.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField baseClone) |
void |
SelectOneMenu.doCopy(Table table,
Map<String,String> iteratorReplacements,
BaseInputField baseClone) |
void |
Button.doCopy(Table table,
Map<String,String> iteratorReplacements,
Button clonedButton) |
void |
FileUpload.doCopy(Table table,
Map<String,String> iteratorReplacements,
FileUpload clone) |
void |
Image.doCopy(Table table,
Map<String,String> iteratorReplacements,
Image clone) |
void |
MdFileViewer.doCopy(Table table,
Map<String,String> iteratorReplacements,
MdFileViewer clone) |
void |
Link.doCopy(Table table,
Map<String,String> iteratorReplacements,
OutputLabel baseClone) |
void |
OutputLabel.doCopy(Table table,
Map<String,String> iteratorReplacements,
OutputLabel clone) |
default void |
TableComponent.doCopy(Table table,
Map<String,String> iteratorReplacements,
T clone)
Copies values of attributes with replaced iterators in bindings and actions to a new component of the same type.
|
default T |
TableComponent.getCopy(Table table,
Map<String,String> iteratorReplacements)
Creates a copy this component with replaced iterators in bindings and actions.
|
void |
Column.setTable(Table table) |