ccc.client.views
Interface CreateTextFile

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

public interface CreateTextFile
extends View<Editable>, Validatable

MVP View for creating a text file.

Author:
Civic Computing Ltd.

Method Summary
 java.lang.String getComment()
          Accessor.
 java.lang.String getName()
          Accessor.
 java.lang.String getPrimaryMime()
          Accessor.
 java.lang.String getSubMime()
          Accessor.
 java.lang.String getText()
          Accessor.
 boolean isMajorEdit()
          Accessor.
 
Methods inherited from interface ccc.client.core.View
hide, show
 
Methods inherited from interface ccc.client.core.Validatable
getValidationResult
 

Method Detail

getText

java.lang.String getText()
Accessor.

Returns:
The text of the file.

getName

java.lang.String getName()
Accessor.

Returns:
The text file name.

getPrimaryMime

java.lang.String getPrimaryMime()
Accessor.

Returns:
The mime primary type of the text file.

getSubMime

java.lang.String getSubMime()
Accessor.

Returns:
The mime sub type of the text file.

getComment

java.lang.String getComment()
Accessor.

Returns:
The comment.

isMajorEdit

boolean isMajorEdit()
Accessor.

Returns:
The boolean value for major edit.


Copyright © 2010. All Rights Reserved.