public interface ListPanelControl extends BasicBlockControl
A container that wraps a block of controls within either an unordered list tag <ul> or an ordered list tag <ol>, can only have List Item Controls as children.
<ul> .. child controls </ul>Further documentation.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainingListType()
The containing list type, can be either "ordered" or "unordered".
|
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.
|
void |
setContainingListType(java.lang.String listType)
Sets the list type.
|
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.
|
getHeight, getWidth, setHeight, setWidthgetLayout, getLayoutTypegetChildControlsaddCssClass, getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getInfoMsgClass, getInfoMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isContainer, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, removeCssClass, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setInfoMsgClass, setInfoMsgStyle, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, showgetElementName, getElementTypeaddErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessageText, addErrorMessageText, addErrorMessageText, addInfoMessage, addInfoMessage, addInfoMessageText, addInfoMessageText, addInfoMessageText, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessageText, addWarningMessageText, addWarningMessageText, existErrorMessages, existInfoMessages, existMessages, existWarningMessagesgetErrorMessageStyle, getInfoMessageStyle, getWarningMessageStylegetBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeatgetBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidthgetAllPadding, getBottomPadding, getLeftPadding, getRightPadding, getTopPadding, setAllPadding, setBottomPadding, setLeftPadding, setRightPadding, setTopPaddinggetAllMargin, getBottomMargin, getLeftMargin, getRightMargin, getTopMargin, setAllMargin, setBottomMargin, setLeftMargin, setRightMargin, setTopMargingetLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSizejava.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)