Package edu.internet2.middleware.grouper.ui.tags

custom tags and EL functions

See:
          Description

Class Summary
GroupBreadcrumbTag shows the folders and group which is being looked at
GrouperComboboxTag This will generate a combobox
GrouperHideShowButtonText This tag: <grouper:hideShowTarget hideShowHtmlId="firstHideShow" showInitially="false" omitStyle="false" /> generates the html: id="firstHideShow0" style="display:none;" Use this tag like this: <div <grouper:hideShowTarget hideShowHtmlId="firstHideShow" showInitially="false" omitClass="true" omitStyle="true" /> > Here is help <b>text</b> that explains whatever this infodot is explaining </div>
GrouperHideShowTarget This tag: <grouper:hideShowTarget hideShowHtmlId="firstHideShow" showInitially="false" omitStyle="false" /> generates the html: id="firstHideShow0" style="display:none;visibility:hidden;" Use this tag like this: <div <grouper:hideShowTarget hideShowHtmlId="firstHideShow" showInitially="false" omitClass="true" omitStyle="true" /> > Here is help <b>text</b> that explains whatever this infodot is explaining </div>
GrouperInfodotTag This will generate an infodot image which when clicked will hide/show some instructions Generates something like this: <a href="#" onclick="return grouperHideShow(event, 'firstHideShow');"><img src="grouper/images/infodot.gif" border="0" alt="More Information" class="infodotImage" height="16" width="16" /></a>
GrouperMenuTag This will generate a menu.
GrouperMessageTag A handler for <message> that accepts attributes as Strings and evaluates them as expressions at runtime.
GrouperPagingTag does paging google style
GrouperParamTag This subclass is created because their ParamTag cannot exist in a GrouperMessageTag tag
GrouperSubtitleTag This will generate a subtitle Generates a subtitle, with optional infodot (right aligned)
GrouperTitleTag This will generate a title Generates a title, with optional infodot
GrouperTooltipTag This will generate a toolip (e.g.
GrouperUiFunctions EL functions
SubjectIconTag tag to print out subject icon
TagUtils Utility methods for tags
 

Package edu.internet2.middleware.grouper.ui.tags Description

custom tags and EL functions