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. |
void | setImage(java.lang.String image) When the list item marker style is "custom-image", the image to use for the markers. |
void | setStartNumber(int startNumber) For ordered lists, the number to start the first item with. |
void | setStyle(ListStyleType style) The style of list item marker. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, 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 void 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"SCImgURLpublic java.lang.String getImage()
style is "custom-image", the image to use for the markers.SCImgURLpublic void setStartNumber(int startNumber)
startNumber - New startNumber value. Default value is 1public int getStartNumber()
public void setStyle(ListStyleType style)
image should be specified.style - New style value. Default value is nullpublic ListStyleType getStyle()
image should be specified.