fuego.papi
Interface Presentation
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- EditablePresentation
- public interface Presentation
- extends Serializable
|
Nested Class Summary |
static class |
Presentation.Column
Column contains every attribute for a column, the main idea is to
get and keep all the neccesary info, like size and id
etc. |
DEFAULT_ID
public static final String DEFAULT_ID
- See Also:
- Constant Field Values
DEFAULT_INSTANCES_ID
public static final String DEFAULT_INSTANCES_ID
- See Also:
- Constant Field Values
DEFAULT_ACTIVITY_ID
public static final String DEFAULT_ACTIVITY_ID
- See Also:
- Constant Field Values
DEFAULT_ATTACHMENTS_ID
public static final String DEFAULT_ATTACHMENTS_ID
- See Also:
- Constant Field Values
DEFAULT_APPLICATIONS_ID
public static final String DEFAULT_APPLICATIONS_ID
- See Also:
- Constant Field Values
DEFAULT_FOLDER_ID
public static final String DEFAULT_FOLDER_ID
- See Also:
- Constant Field Values
DEFAULT_OWNER
public static final String DEFAULT_OWNER
- See Also:
- Constant Field Values
getColumns
public Presentation.Column[] getColumns()
getId
public String getId()
getOwner
public String getOwner()
isReadOnly
public boolean isReadOnly()
getType
public PresentationType getType()
copy
public Presentation copy(String newPresentationId)
© Copyright 1996/2003 Fuego Inc. All Rights Reserved