ccc.client.views
Interface CreatePage

All Superinterfaces:
Validatable, View<Editable>
All Known Implementing Classes:
CreatePageDialog

public interface CreatePage
extends View<Editable>, Validatable

MVP view for creating a page.

Author:
Civic Computing Ltd.

Method Summary
 void alert(java.lang.String message)
          Display an alert with the specified message.
 java.lang.String getComment()
          Accessor.
 boolean getMajorEdit()
          Accessor.
 java.lang.String getName()
          Accessor.
 java.util.Set<Paragraph> getParagraphs()
          Accessor.
 Template getSelectedTemplate()
          Accessor.
 
Methods inherited from interface ccc.client.core.View
hide, show
 
Methods inherited from interface ccc.client.core.Validatable
getValidationResult
 

Method Detail

alert

void alert(java.lang.String message)
Display an alert with the specified message.

Parameters:
message - The message to display.

getSelectedTemplate

Template getSelectedTemplate()
Accessor.

Returns:
The selected template.

getName

java.lang.String getName()
Accessor.

Returns:
The name.

getComment

java.lang.String getComment()
Accessor.

Returns:
The comment.

getMajorEdit

boolean getMajorEdit()
Accessor.

Returns:
The major edit.

getParagraphs

java.util.Set<Paragraph> getParagraphs()
Accessor.

Returns:
The paragraphs.


Copyright © 2010. All Rights Reserved.