ccc.client.views
Interface CreateAction

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

public interface CreateAction
extends View<Editable>, Validatable

API for create action dialogs.

Author:
Civic Computing Ltd.

Method Summary
 void alert(java.lang.String message)
          Display an alert with the specified message.
 java.util.Map<java.lang.String,java.lang.String> getActionParameters()
          Accessor.
 CommandType getCommandType()
          Accessor.
 java.util.Date getDate()
          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.

getCommandType

CommandType getCommandType()
Accessor.

Returns:
The command type.

getDate

java.util.Date getDate()
Accessor.

Returns:
The date.

getActionParameters

java.util.Map<java.lang.String,java.lang.String> getActionParameters()
Accessor.

Returns:
The action parameters.


Copyright © 2010. All Rights Reserved.