Package | Description |
---|---|
com.intechcore.scomponents.scell.api.fx |
Modifier and Type | Interface and Description |
---|---|
interface |
IScellUiFxApiBuilder
The wrapper used to resolve the UI provider from the dependency container to compensate for the poor syntax of Java
|
Modifier and Type | Method and Description |
---|---|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.customTextInputFactory(IExternalTextInputControlWrapperFactory factory)
Sets custom factory to extending base text input control.
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.demoWatermarksVisible(boolean value)
Created SCell control will have demo watermarks visible or not
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.disableContextMenu(ContextMenuOwner target)
Created SCell control will not have corresponding context menu
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.enableContextMenu(ContextMenuOwner target,
boolean value)
Created SCell control will have (or not) corresponding context menu
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.enableUndoRedo(boolean value)
Created SCell control will have undo/redo
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.gridVisible(IUiControlSettings.GridVisibilityType type)
Created SCell control will have cells grid visible or not
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.horizontalScrollbarVisible(boolean value)
Created SCell control will have horizontal scrollbar visible or not
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.inputBarVisible(boolean value)
Created SCell control will have input bar visible or hidden
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.readOnly(boolean value)
Created SCell control will have readonly content
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.setForegroundAccentColor(IColor value)
Created SCell control with custom color
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.systemClipboardAdapter(ISystemClipboardAdapter adapter)
Created SCell control will have custom clipboard adapter.
|
IScellUiApiBuilder<TControl> |
IScellUiApiBuilder.verticalScrollbarVisible(boolean value)
Created SCell control will have vertical scrollbar visible or not
|
Copyright © 2024. All rights reserved.