public class ConfigurablePivotWindowDisplayHandler extends ConfigurableWindowDisplayHandler<Window> implements PivotWindowDisplayHandler
ERROR_NAME_BLANK, ERROR_WINDOW_NULL| Constructor and Description | 
|---|
| ConfigurablePivotWindowDisplayHandler(GriffonApplication application,
                                     PivotWindowDisplayHandler delegateWindowsDisplayHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PivotWindowDisplayHandler | fetchDefaultWindowDisplayHandler() | 
| protected boolean | handleHideByInjectedHandler(String name,
                           Window window) | 
| protected boolean | handleShowByInjectedHandler(String name,
                           Window window) | 
canBeRun, getApplication, getDelegateWindowsDisplayHandler, hide, run, show, windowBlock, windowManagerBlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithide, show@Inject public ConfigurablePivotWindowDisplayHandler(@Nonnull GriffonApplication application, @Nonnull @Named(value="defaultWindowDisplayHandler") PivotWindowDisplayHandler delegateWindowsDisplayHandler)
@Nonnull protected PivotWindowDisplayHandler fetchDefaultWindowDisplayHandler()
fetchDefaultWindowDisplayHandler in class ConfigurableWindowDisplayHandler<Window>protected boolean handleShowByInjectedHandler(@Nonnull String name, @Nonnull Window window)
handleShowByInjectedHandler in class ConfigurableWindowDisplayHandler<Window>protected boolean handleHideByInjectedHandler(@Nonnull String name, @Nonnull Window window)
handleHideByInjectedHandler in class ConfigurableWindowDisplayHandler<Window>