|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthoringStep | |
com.arsdigita.cms | Contains the core classes for the Red Hat Content Management
System (CMS), classes that persist the fundamental objects for CMS
such as content items , templates , content sections , and content types . |
com.arsdigita.cms.ui.authoringkit |
Provides a set of UI components for administering
the authoring kit for a
content type. |
Uses of AuthoringStep in com.arsdigita.cms |
Methods in com.arsdigita.cms that return AuthoringStep | |
AuthoringStep |
AuthoringStepCollection.getAuthoringStep()
Returns a AuthoringStep for the current position in
the collection. |
AuthoringStep |
AuthoringKit.createStep(String label,
String description,
String component,
BigDecimal ordering)
Deprecated. |
AuthoringStep |
AuthoringKit.createStep(String labelKey,
String labelBundle,
String descriptionKey,
String descriptionBundle,
String component,
BigDecimal ordering)
Create a Step for this AuthoringKit. |
AuthoringStep |
AuthoringKit.createStep(String label,
String description,
String component)
Create a new Step for this AuthoringKit, and add it to the kit. |
Methods in com.arsdigita.cms with parameters of type AuthoringStep | |
boolean |
AuthoringKit.addStep(AuthoringStep step,
BigDecimal ordering)
Add a Step to this AuthoringKit. |
BigDecimal |
AuthoringKit.getOrdering(AuthoringStep step)
Get the ordering of a step for this kit |
boolean |
AuthoringKit.removeStep(AuthoringStep step)
Remove a step from this kit. |
Uses of AuthoringStep in com.arsdigita.cms.ui.authoringkit |
Methods in com.arsdigita.cms.ui.authoringkit that return AuthoringStep | |
protected AuthoringStep |
EditStep.getStep(com.arsdigita.bebop.PageState state)
|
protected AuthoringStep |
DeleteStep.getStep(com.arsdigita.bebop.PageState state)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |