Package com.jidesoft.dialog
Interface Laziness
-
- All Known Implementing Classes:
AbstractDialogPage,AbstractPage
public interface LazinessAn interface to indicate something can be initialized lazily.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlazyInitialize()This method must be implemented by any child class.
-