Class MibObjFieldFactory
- java.lang.Object
-
- org.opennms.features.vaadin.datacollection.MibObjFieldFactory
-
- All Implemented Interfaces:
com.vaadin.v7.ui.TableFieldFactory
,Serializable
public class MibObjFieldFactory extends Object implements com.vaadin.v7.ui.TableFieldFactory
The MIB Object Field.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MibObjFieldFactory(List<String> resourceTypes)
Instantiates a new MIB Object field factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.v7.ui.Field<?>
createField(com.vaadin.v7.data.Container container, Object itemId, Object propertyId, com.vaadin.ui.Component uiContext)
-