Interface JavaClientDisplayElementConfigurator
- All Superinterfaces:
DisplayElementOperation.ClientSpecificConfigurator
public interface JavaClientDisplayElementConfigurator
extends DisplayElementOperation.ClientSpecificConfigurator
Configurator for java client specific settings on the
display element operation
.- Since:
- 5.0.102
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureFrom
(@Nullable EventObject event) Configure from a event object.void
Requests the displayed element to be editable (locked
).
-
Method Details
-
configureFrom
Configure from a event object. The gained data will be used to determine how tabs will be (re-)used or opened, respectively.- Parameters:
event
- The event to base the configuration on.- Since:
- 5.0.102
-
setDisplayEditable
void setDisplayEditable()Requests the displayed element to be editable (locked
). If locking failed for any reason, this setting will silently be ignored.- Since:
- 5.0.102
-