Class FeatureSelectAll
java.lang.Object
de.willuhn.jameica.gui.parts.table.FeatureSelectAll
- All Implemented Interfaces:
Feature
-
Nested Class Summary
Nested classes/interfaces inherited from interface Feature
Feature.Context, Feature.Event -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(Feature.Event e, Feature.Context ctx) Wird aufgerufen, wenn das angegebene Event ausgeloest wurde.booleanLiefert true, wenn das Feature auf das angegebene Event reagieren soll.
-
Constructor Details
-
FeatureSelectAll
public FeatureSelectAll()
-
-
Method Details
-
onEvent
Description copied from interface:FeatureLiefert true, wenn das Feature auf das angegebene Event reagieren soll. -
handleEvent
Description copied from interface:FeatureWird aufgerufen, wenn das angegebene Event ausgeloest wurde.- Specified by:
handleEventin interfaceFeature- Parameters:
e- das Event.ctx- Context-Infos.- See Also:
-