Uiinfrastructure API Docs  
 

HTMLConstructHelpers Members

HTMLConstructHelpers overview

Public Static Fields

iconiconSTR_508_HELP_DIR 
iconiconSTR_STANDARD_HELP_DIR 

Public Static Methods

iconiconGet508HelpBaseUrl 
iconiconGet508HelpUrl 
iconiconGetActionBar Returns an "Action Bar" banner, an HTMLTable of style actionbar_object containing an arbitrary number of "buttons" (HTMLAnchors with images and text attached) or other HTMLElements. The Elements are passed in as an collection, along with the view name and activity space where this banner will be displayed
iconiconGetActionBarAnchor This function returns an Action Bar "button", which is an HTMLAnchor with images, text, and an onclick event attached. The first parameter specifies whether the button will have no (0), an Add (1), or a Create (2) image just to the left of the main image, typically the icon of the object being added or created.
iconiconGetHelpAnchorOverloaded.  
iconiconGetHelpTopic 
iconiconGetHelpUrlForXUIPage 
iconiconGetPreviousSpaceURL This helper method determines the appropriate previous request URL to go pack to the previous page. This will just go directly to the previous space if the last request was a POST. This method assumes that you are switching between Activity Spaces. It does not work well if you want to go back to the previous URL in the same space. This can also be a problem if the user refreshes the page, as this link will then point to the current space.
iconiconGetRoboHelpBaseUrl 
iconiconGetSubHeader 

Public Instance Constructors

icon HTMLConstructHelpers Constructor Initializes a new instance of the HTMLConstructHelpers class.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

HTMLConstructHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace