com.plumtree.uiinfrastructure.form
Interface IFormAS

All Known Implementing Classes:
ActivityRightsTreeAS, AdminFolderEditorAS, AdminSearchAS, AdvancedSearchAS, AFileDownloadAS, AFormAS, AjaxAS, AreYouSureAS, AssociatedObjectsAS, ATreeAS, AuditManagerEditorAS, AuthSourceEditorAS, AuthWSWebServiceEditorAS, AutomationServerEditorAS, BasicSearchAS, BestBetEditorAS, CardEditorAS, CommunityEditorAS, CommunityPageAS, CommunitySelectionEditorAS, CommunityTemplateEditorAS, CrawlerEditorAS, CrawlWSWebServiceEditorAS, CreateAccountAS, CredentialVaultManagerAS, CredVaultTreeAS, CustomActivityEditorAS, DataSourceEditorAS, DebugAS, DebugLayoutAS, DiagnosticPageEditorAS, DirAS, DirPrefsAS, DirSubmitAS_D, DisplayOptAS, DocTypeEditorAS, DocumentApprovalAS, DSEditorAS, EditDefaultProfileAS, EditMyPagePortletLayoutAS_D, EditMyPortalPageAS, EditorAS, EditPortletPrefsAS, EditWebLinkAS, EODPortletPrefsEditorAS, ErrorAS, ExternalOperationEditorAS, FilterEditorAS, FlyoutCommunitySelectionAS, FlyoutPortletSelectionAS, FolderEditorAS, GatewayAS, GbDocTypeEditorAS, GbDocTypeExtEditorAS, GlobalACLSyncMapAS, GlobalObjsTreeAS, GroupEditorAS, HostServicesAS, HTTPMemoryDebugAS, IntrPortWSWebServiceEditorAS, InvitationEditorAS, JobEditorAS, JobFoldersEditorAS, JobLogAS, LayoutSelectionEditorAS, LocaleSettingsEditorAS, LocalizedStringsAS, LockboxEditorAS, LoginAS, MainActivityRightsEditorAS, MigrationFileDownloadAS, MigrationHistoryAS, MigrationUtilityAS, MigrationUtilityExportAS, MigrationUtilityImportAS, MultipleCardLinkSettingsAS, MWSWebServiceEditorAS, MyPageAS, NetSearchEditorAS, NetSearchEditorAS, NetworkSearchAS, ObjectApprovalAS, ObjectApprovalStatusAS, ObjectLockManagerAS, ObjEditorAS, ObjMgrAS, ObjPropEditorAS, ObjPropMapEditorAS, OutgoingNSEditorAS, PageEditorAS, PageTemplateEditorAS, PasswordAS, PasswordManagerAS, PlumtreeAS, PlumtreeAuthSourceEditorAS, PortalSettingsAS, PortletBundleEditorAS, PortletEditorAS, PortletInBundleSelectionAS, PortletSelectionEditorAS, PortMainPortletEditorAS, PortTempPortletEditorAS, PreviewCommunityAS, PreviewCommunityBarAS, PreviewPortletAS, ProfileSourceEditorAS, ProfileWSWebServiceEditorAS, PropEditorAS, PropertyMapEditorAS, PTEditorAS, PTFileDownloadAS, RemoteAuthSourceEditorAS, RemoteProfileSourceEditorAS, RemoteServerEditorAS, RemPortWSWebServiceEditorAS, RuleEditorAS, RulesDebugMSGAS, SavedSearchEditorAS, SavedSearchPortletPrefsEditorAS, SaveObjectAS, SearchResultAS, SearchServerSettingsEditorAS, SearchServerTuningEditorAS, SearchSettingsAS, SearchWSWebServiceEditorAS, SecurityMatrixEditorAS, SendInvitationAS, ServerTreeAS, SessionPrefsAS, SetServerSettingsAS, SiteMapAS, SiteMapFolderEditorAS, SiteMapPortletPrefsEditorAS, SmartSortEditorAS, SOAPCardSubmitAdvancedAS, SOAPCrawlerEditorAS, SOAPDSEditorAS, SubPortalAS, SubportalRulesManagerAS, SubscribeMatrixEditorAS, TagLibManagerAS, TemplateTreeAS, TopBestBetHandlerAS, TreeAS, UnsubscribeCommunitiesAS, UserEditorAS, UserInfoPropMapAS, UserInfoTreeAS, UserLockManagerAS, UserProfileEditorAS, UsrProfMgrEditorAS, VarPackAS, WebServiceEditorAS, WWWCardSubmitAdvancedAS, WWWCrawlerEditorAS

public interface IFormAS

This interface is used along with RepostControl and IRepostModel to partially implement the logic of the repost action. Those two classes are used by the Editor Framework to help implementing the repost mechanism on any Editor page. They can also be used by any other Activity Space. See instructions in RepostControl.java on how to use that logic outside the Editor Framework.

Author:
Julie Fournier

Method Summary
 HTMLScriptCollection DisplayCommonJavaScript()
          Return the common javascript that should go in all AFormDPs in this AS.
 java.lang.String GetRepostControlName()
          Returns the name of the repost control class.
 

Method Detail

DisplayCommonJavaScript

HTMLScriptCollection DisplayCommonJavaScript()
Return the common javascript that should go in all AFormDPs in this AS. Override this method to Display javascript in all AFormDPs in an AFormAS.

Returns:
HTMLScriptCollection the common Javascript for all forms in this space.

GetRepostControlName

java.lang.String GetRepostControlName()
Returns the name of the repost control class. E.g.: PropRepostControl.GetName()

Returns:
String



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.