public class ListProperties extends DataClass
RichTextEditor.factoryCreated, factoryProperties| Constructor and Description |
|---|
ListProperties() |
ListProperties(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String | getImage() When the list item marker style is "custom-image", the image to use for the markers. |
static ListProperties | getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
int | getStartNumber() For ordered lists, the number to start the first item with. |
ListStyleType | getStyle() The style of list item marker. |
ListProperties | setImage(java.lang.String image) When the list item marker style is "custom-image", the image to use for the markers. |
ListProperties | setStartNumber(int startNumber) For ordered lists, the number to start the first item with. |
ListProperties | setStyle(ListStyleType style) The style of list item marker. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreatedpublic ListProperties()
public ListProperties(com.google.gwt.core.client.JavaScriptObject jsObj)
public static ListProperties getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public ListProperties setImage(java.lang.String image)
style is "custom-image", the image to use for the markers.image - New image value. Default value is "[SKIN]/RichTextEditor/bullet_blue.png"ListProperties instance, for chaining setter callsSCImgURLpublic java.lang.String getImage()
style is "custom-image", the image to use for the markers.SCImgURLpublic ListProperties setStartNumber(int startNumber)
startNumber - New startNumber value. Default value is 1ListProperties instance, for chaining setter callspublic int getStartNumber()
public ListProperties setStyle(ListStyleType style)
image should be specified.style - New style value. Default value is nullListProperties instance, for chaining setter callspublic ListStyleType getStyle()
image should be specified.