Package org.patternfly.handler
Interface ToggleHandler<C>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ToggleHandler<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonToggle(C component, boolean expanded)
-
-
-
Method Detail
-
onToggle
void onToggle(C component, boolean expanded)
-
-