Package org.teamapps.ux.application
Class AbstractApplication
- java.lang.Object
-
- org.teamapps.ux.application.AbstractApplication
-
- All Implemented Interfaces:
Application
- Direct Known Subclasses:
ResponsiveApplicationImpl
public abstract class AbstractApplication extends java.lang.Object implements Application
-
-
Constructor Summary
Constructors Constructor Description AbstractApplication()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ComponentcreateUi()ComponentgetUi()
-
-
-
Method Detail
-
getUi
public Component getUi()
- Specified by:
getUiin interfaceApplication
-
createUi
protected abstract Component createUi()
-
-