| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkupCapable
This interface describes markup-capable nodes. These are nodes that can be assigned with markups.
Method Summary | |
---|---|
ListModel<java.lang.String> | getMarkups()
Returns a ListModel object of String objects that are contained in the
object's list of supported markups.
|
boolean | com.ibm.portal.admin.Markup)">supportsMarkup(Markup aMarkup)
Checks if a given markup is in the list of supported markups. This method checks if the markup capable element may be displayed in the given markup. |
boolean | supportsMarkup(java.lang.String aMarkup)
Checks if a given markup is in the list of supported markups. This method checks if the markup capable element may be displayed in the given markup. |
Method Detail |
---|
ListModel<java.lang.String> getMarkups() throws ModelException, DataException
String
objects that are contained in the
object's list of supported markups.
String
objects which denote the markups that the element supports, never null
boolean supportsMarkup(java.lang.String aMarkup) throws ModelException
true
if the markup is in the list of supported markups, false
if not.
boolean supportsMarkup(Markup aMarkup) throws ModelException
true
, if the markup is in the list of supported markups, false
otherwise.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |