JIDE 3.5.15

com.jidesoft.dialog
Interface Laziness

All Known Implementing Classes:
AbstractDialogPage, AbstractPage, AbstractWizardPage, AggregateColumnsEditor, CalculatedTableModelColumnEditor, CompletionWizardPage, DefaultWizardPage, GraphicWizardPage, TableCustomFilterEditor, TableSortItemEditor, WelcomeWizardPage

public interface Laziness

An interface to indicate something can be initialized lazily.


Method Summary
 void lazyInitialize()
          This method must be implemented by any child class.
 

Method Detail

lazyInitialize

void lazyInitialize()
This method must be implemented by any child class. Instead of putting initialization code in constructor, user should put code in this method in order to taking advantage of lazy loading.


JIDE 3.5.15