Plugin type - Control visibility in Jitterbit App Builder
Visibility rules can be registered to panel controls. They are invoked by events that operate on a row.
Globals
Properties
Type | Name | Summary |
---|---|---|
ControlVisibility |
Default | Gets the visibility registration. |
RowEventInput |
Input | Gets the event input. |
EventRow |
Row | Gets the event row. |
Methods
Type | Name | Summary |
---|---|---|
void |
Hide(EventCell cell) |
Hides the event cell. |
void |
Optional(EventCell cell) |
Makes the event cell optional. |
void |
Required(EventCell cell) |
Makes the event cell required. |
void |
Show(EventCell cell) |
Shows the event cell. |