|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SectionSourceInstanceContext
Context for a SectionSourceInstance.
| Method Summary | |
|---|---|
boolean |
isLoadType()
Flags to load the SectionType rather than the
OfficeSection. |
void |
setErrorMessage(String message)
Specifies an error message. |
void |
setSectionLoaded(boolean isSectionLoaded)
Flags if SectionType or OfficeSection is loaded. |
void |
setTitle(String title)
Specifies the title. |
| Method Detail |
|---|
boolean isLoadType()
SectionType rather than the
OfficeSection.
true to load SectionType, false
to load OfficeSection.void setTitle(String title)
title - Title.void setErrorMessage(String message)
message - Error message or null to indicate no error.void setSectionLoaded(boolean isSectionLoaded)
SectionType or OfficeSection is loaded.
isSectionTypeLoade - true SectionType or OfficeSection
loaded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||