Class MibObjFieldFactory

  • All Implemented Interfaces:
    com.vaadin.v7.ui.TableFieldFactory, java.io.Serializable

    public class MibObjFieldFactory
    extends java.lang.Object
    implements com.vaadin.v7.ui.TableFieldFactory
    The MIB Object Field.
    Author:
    Alejandro Galue
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MibObjFieldFactory​(java.util.List<java.lang.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, java.lang.Object itemId, java.lang.Object propertyId, com.vaadin.ui.Component uiContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MibObjFieldFactory

        public MibObjFieldFactory​(java.util.List<java.lang.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,
                                                     java.lang.Object itemId,
                                                     java.lang.Object propertyId,
                                                     com.vaadin.ui.Component uiContext)
        Specified by:
        createField in interface com.vaadin.v7.ui.TableFieldFactory