public class UIRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
static UIRegistry |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
gwt.material.design.client.ui.table.cell.Column<JSEntity,?> |
createListViewColumn(EntityListView.ListViewColumn<?> col) |
<T extends IPropertyDescriptor<?>> |
getColumn(EntityListView.ListViewColumn<T> col) |
<T extends IPropertyDescriptor<?>> |
getPropertyEditor(T property,
net.inveed.gwt.editor.shared.forms.EditorFieldDTO dto) |
<T extends IPropertyDescriptor<?>> |
registerFactory(Class<T> ptype,
IColumnFactory<?> factory) |
<T extends IPropertyDescriptor<?>> |
registerFactory(Class<T> ptype,
IPropertyEditorFactory<T> factory) |
public static final UIRegistry INSTANCE
public <T extends IPropertyDescriptor<?>> AbstractFormPropertyEditor<?,?> getPropertyEditor(T property, net.inveed.gwt.editor.shared.forms.EditorFieldDTO dto)
public <T extends IPropertyDescriptor<?>> gwt.material.design.client.ui.table.cell.Column<JSEntity,?> getColumn(EntityListView.ListViewColumn<T> col)
public <T extends IPropertyDescriptor<?>> void registerFactory(Class<T> ptype, IPropertyEditorFactory<T> factory)
public <T extends IPropertyDescriptor<?>> void registerFactory(Class<T> ptype, IColumnFactory<?> factory)
public gwt.material.design.client.ui.table.cell.Column<JSEntity,?> createListViewColumn(EntityListView.ListViewColumn<?> col)
Copyright © 2018. All rights reserved.