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
-
Method Details
-
isEmpty
boolean isEmpty() -
isValid
boolean isValid() -
isModify
boolean isModify() -
getTitle
java.lang.String getTitle() -
getIcon
java.lang.String getIcon() -
isCloseable
boolean isCloseable()
-