Interface TabContentModel


public interface TabContentModel
Interface defining the models of the tab content UIs.
Since:
2.8
Author:
Kevin Morin - morin@codelutin.com
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getIcon()  
    java.lang.String getTitle()  
    boolean isCloseable()  
    boolean isEmpty()  
    boolean isModify()  
    boolean isValid()  
  • Method Details

    • isEmpty

      boolean isEmpty()
    • isValid

      boolean isValid()
    • isModify

      boolean isModify()
    • getTitle

      java.lang.String getTitle()
    • getIcon

      java.lang.String getIcon()
    • isCloseable

      boolean isCloseable()