Class AbstractInstantEditorLabelProvider

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOrder()
      Order in which implementing classes should be checked if they can handle given value.
      void setOrder​(int order)  
      • Methods inherited from class java.lang.Object

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

      • AbstractInstantEditorLabelProvider

        public AbstractInstantEditorLabelProvider()
    • Method Detail

      • getOrder

        public int getOrder()
        Order in which implementing classes should be checked if they can handle given value. Lower values take higher precedence.
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • setOrder

        public void setOrder​(int order)