Uses of Class
org.openengsb.ui.common.editor.fields.AbstractField

Packages that use AbstractField
org.openengsb.ui.common.editor   
org.openengsb.ui.common.editor.fields   
 

Uses of AbstractField in org.openengsb.ui.common.editor
 

Methods in org.openengsb.ui.common.editor that return AbstractField
static AbstractField<?> AttributeEditorUtil.createEditorField(java.lang.String id, org.apache.wicket.model.IModel<java.lang.String> model, AttributeDefinition attribute)
          creates a single EditorField for the given attribute
static AbstractField<?> AttributeEditorUtil.createEditorField(java.lang.String id, org.apache.wicket.model.IModel<java.lang.String> model, AttributeDefinition attribute, boolean editable)
          creates a single EditorField for the given attribute
 

Uses of AbstractField in org.openengsb.ui.common.editor.fields
 

Subclasses of AbstractField in org.openengsb.ui.common.editor.fields
 class CheckboxField
           
 class DropdownField
           
 class InputField
           
 class PasswordField
           
 



Copyright © 2009-2011. All Rights Reserved.