public interface SectionSourceInstanceContext
SectionSourceInstance
.Modifier and Type | Method and Description |
---|---|
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.
|
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.isSectionLoaded
- true
SectionType
or OfficeSection
loaded.Copyright © 2005–2016. All rights reserved.