Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContainingListType()
The containing list type, can be either "ordered" or "unordered".
|
java.lang.String |
getLayoutClass()
Returns the list of CSS classes configured for the containing ordered or unordered list tag of the layout.
|
java.lang.String |
getLayoutStyle()
Returns the inline CSS style configured for the containing ordered or unordered list tag of the layout.
|
java.lang.String |
getLiClass()
Returns the list of CSS classes configured for the containing ordered or unordered list tag of the layout.
|
java.lang.String |
getListStyleImage()
URL of the list item marker image.
|
java.lang.String |
getListStylePosition()
The list style position.
|
java.lang.String |
getListStyleType()
The list style type.
|
java.lang.String |
getLiStyle()
Returns the inline CSS style configured for the containing ordered or unordered list tag of the layout.
|
void |
setContainingListType(java.lang.String listType)
Sets the list type.
|
void |
setLayoutClass(java.lang.String layoutClass)
Sets one or more CSS classes to the ordered or unordered list tag used to contain the layout.
|
void |
setLayoutStyle(java.lang.String layoutStyle)
Sets the inline CSS style to be applied to the ordered or unordered list tag used to contain the layout.
|
void |
setLiClass(java.lang.String layoutClass)
Sets one or more CSS classes to the ordered or unordered list tag used to contain the layout.
|
void |
setListStyleImage(java.lang.String listStyleImage)
Sets the URL of the list item marker image.
|
void |
setListStylePosition(java.lang.String listStylePosition)
Sets the list style position.
|
void |
setListStyleType(java.lang.String listStyleType)
Sets the list style type.
|
void |
setLiStyle(java.lang.String layoutStyle)
Sets the inline CSS style to be applied to the ordered or unordered list tag used to contain the layout.
|
java.lang.String getLayoutClass()
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
void setLayoutClass(java.lang.String layoutClass)
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
java.lang.String getLayoutStyle()
This inline style is configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
setLayoutStyle(String)
void setLayoutStyle(java.lang.String layoutStyle)
This inline style is configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
java.lang.String getLiClass()
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
setLiClass(String)
void setLiClass(java.lang.String layoutClass)
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
java.lang.String getLiStyle()
This inline style is configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
setLiStyle(String)
void setLiStyle(java.lang.String layoutStyle)
This inline style is configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
java.lang.String getContainingListType()
void setContainingListType(java.lang.String listType)
java.lang.String getListStyleType()
setListStyleType(String)
for details of supported values when setting this property.void setListStyleType(java.lang.String listStyleType)
java.lang.String getListStylePosition()
void setListStylePosition(java.lang.String listStylePosition)
java.lang.String getListStyleImage()
void setListStyleImage(java.lang.String listStyleImage)