| 程序包 | 说明 |
|---|---|
| cn.mapway.document.ui.client.component.ace |
| 限定符和类型 | 方法和说明 |
|---|---|
static AceCommandDescription |
AceCommandDescription.fromJavaScript(com.google.gwt.core.client.JavaScriptObject obj)
Create Ace command from javascript object.
|
static AceCommandDescription |
AceCommandDescription.fromJavaScript(com.google.gwt.core.client.JavaScriptObject obj)
Create Ace command from javascript object.
|
AceCommandDescription |
AceEditor.getCommandDescription(String command)
Construct java wrapper for registered Ace command.
|
AceCommandDescription |
AceEditor.getCommandDescription(String command)
Construct java wrapper for registered Ace command.
|
AceCommandDescription |
AceCommandDescription.withAceCommandGroup(String aceCommandGroup)
Chainable setter method for aceCommandGroup property.
|
AceCommandDescription |
AceCommandDescription.withAceCommandGroup(String aceCommandGroup)
Chainable setter method for aceCommandGroup property.
|
AceCommandDescription |
AceCommandDescription.withBindKey(AceCommandDescription.KeyBinding bindKey)
Chainable setter method for bindKey property.
|
AceCommandDescription |
AceCommandDescription.withBindKey(AceCommandDescription.KeyBinding bindKey)
Chainable setter method for bindKey property.
|
AceCommandDescription |
AceCommandDescription.withBindKey(String bindKeyForAllPlatforms)
Chainable setter method for bindKey property for all platforms.
|
AceCommandDescription |
AceCommandDescription.withBindKey(String bindKeyForAllPlatforms)
Chainable setter method for bindKey property for all platforms.
|
AceCommandDescription |
AceCommandDescription.withBindKey(String bindKeyForAllPlatformsExceptMac,
String bindKeyForMac)
Chainable setter method for bindKey property for Mac and other platforms separately.
|
AceCommandDescription |
AceCommandDescription.withBindKey(String bindKeyForAllPlatformsExceptMac,
String bindKeyForMac)
Chainable setter method for bindKey property for Mac and other platforms separately.
|
AceCommandDescription |
AceCommandDescription.withMultiSelectAction(AceCommandDescription.MultiSelectAction multiSelectAction)
Chainable setter method for multiSelectAction property.
|
AceCommandDescription |
AceCommandDescription.withMultiSelectAction(AceCommandDescription.MultiSelectAction multiSelectAction)
Chainable setter method for multiSelectAction property.
|
AceCommandDescription |
AceCommandDescription.withPassEvent(boolean passEvent)
Chainable setter method for passEvent property.
|
AceCommandDescription |
AceCommandDescription.withPassEvent(boolean passEvent)
Chainable setter method for passEvent property.
|
AceCommandDescription |
AceCommandDescription.withReadOnly(boolean readOnly)
Chainable setter method for readOnly property.
|
AceCommandDescription |
AceCommandDescription.withReadOnly(boolean readOnly)
Chainable setter method for readOnly property.
|
AceCommandDescription |
AceCommandDescription.withScrollIntoView(AceCommandDescription.ScrollIntoView scrollIntoView)
Chainable setter method for scrollIntoView property.
|
AceCommandDescription |
AceCommandDescription.withScrollIntoView(AceCommandDescription.ScrollIntoView scrollIntoView)
Chainable setter method for scrollIntoView property.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AceEditor.addCommand(AceCommandDescription description)
Add user defined command.
|
void |
AceEditor.addCommand(AceCommandDescription description)
Add user defined command.
|
Copyright © 2021. All rights reserved.