Class 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 Detail

      • MibObjFieldFactory

        public MibObjFieldFactory​(List<String> resourceTypes)
        Instantiates a new MIB Object field factory.
        Parameters:
        resourceTypes - the available resource types
    • Method Detail

      • createField

        public com.vaadin.v7.ui.Field<?> createField​(com.vaadin.v7.data.Container container,
                                                     Object itemId,
                                                     Object propertyId,
                                                     com.vaadin.ui.Component uiContext)
        Specified by:
        createField in interface com.vaadin.v7.ui.TableFieldFactory