Interface NotifyDescriptor.ComposedInput.Callback
- Enclosing class:
NotifyDescriptor.ComposedInput
public static interface NotifyDescriptor.ComposedInput.Callback
Callback used to lazy create chained inputs.
- Since:
- 7.63
-
Method Summary
Modifier and TypeMethodDescriptioncreateInput
(NotifyDescriptor.ComposedInput input, int number) Lazy creates chained input of the given ordinal.
-
Method Details
-
createInput
Lazy creates chained input of the given ordinal.- Parameters:
input
-NotifyDescriptor.ComposedInput
instancenumber
- input ordinal from interval <1, totalInputs+1>- Returns:
- selection list, input line, or null
- Since:
- 7.63
-