Uses of Package
org.kuali.student.common.ui.client.configurable.mvc.sections

Packages that use org.kuali.student.common.ui.client.configurable.mvc.sections
org.kuali.student.common.ui.client.configurable.mvc   
org.kuali.student.common.ui.client.configurable.mvc.layouts   
org.kuali.student.common.ui.client.configurable.mvc.multiplicity   
org.kuali.student.common.ui.client.configurable.mvc.sections   
org.kuali.student.common.ui.client.configurable.mvc.views   
org.kuali.student.common.ui.client.event   
org.kuali.student.common.ui.client.widgets.documenttool   
org.kuali.student.common.ui.client.widgets.field.layout.element   
org.kuali.student.common.ui.client.widgets.field.layout.layouts   
org.kuali.student.common.ui.client.widgets.table.summary   
org.kuali.student.core.organization.ui.client.mvc.view   
org.kuali.student.core.workflow.ui.client.views   
org.kuali.student.lum.common.client.lo   
org.kuali.student.lum.common.client.widgets   
org.kuali.student.lum.lu.ui.course.client.configuration   
org.kuali.student.lum.lu.ui.course.client.controllers   
org.kuali.student.lum.lu.ui.course.client.requirements   
org.kuali.student.lum.lu.ui.course.client.views   
org.kuali.student.lum.lu.ui.course.client.widgets   
org.kuali.student.lum.lu.ui.tools.client.configuration   
org.kuali.student.lum.program.client.core.edit   
org.kuali.student.lum.program.client.core.view   
org.kuali.student.lum.program.client.credential.edit   
org.kuali.student.lum.program.client.credential.view   
org.kuali.student.lum.program.client.major.edit   
org.kuali.student.lum.program.client.major.view   
org.kuali.student.lum.program.client.requirements   
org.kuali.student.lum.program.client.variation.edit   
org.kuali.student.lum.program.client.variation.view   
org.kuali.student.lum.program.client.widgets   
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.configurable.mvc
Section
          Interface for Section.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.configurable.mvc.layouts
Section
          Interface for Section.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.configurable.mvc.multiplicity
BaseSection
          The base section is the base implementation of the section interface.
GroupSection
          A section which uses GroupFieldLayout.
Section
          Interface for Section.
SwapSection
          A section that contains sections that can be swapped in based on user selection on a KSSelectItemWidgetAbstract
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.configurable.mvc.sections
BaseSection
          The base section is the base implementation of the section interface.
HasSectionDeletion
           
MultiplicityHeader
           
Section
          Interface for Section.
SectionBinding
          Model widget binding for a section - calls the bindings on its fields and sub sections.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.configurable.mvc.views
BaseSection
          The base section is the base implementation of the section interface.
Section
          Interface for Section.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.event
Section
          Interface for Section.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.widgets.documenttool
InfoMessage
          A widget used to show important information to the user often used at the top of sections.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.widgets.field.layout.element
ValidationMessagePanel
          The validation message panel used for field elements, adds validation errors to a list and styles them appropriately.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.widgets.field.layout.layouts
ValidationMessagePanel
          The validation message panel used for field elements, adds validation errors to a list and styles them appropriately.
WarnContainer
          An information message which can change its style to appear with a warning around the content and add additional information to its layout when it needs to warn the user about the contained information/widget functionality before they interact with it.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.common.ui.client.widgets.table.summary
BaseSection
          The base section is the base implementation of the section interface.
Section
          Interface for Section.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.core.organization.ui.client.mvc.view
Section
          Interface for Section.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.core.workflow.ui.client.views
BaseSection
          The base section is the base implementation of the section interface.
GroupSection
          A section which uses GroupFieldLayout.
InfoMessage
          A widget used to show important information to the user often used at the top of sections.
Section
          Interface for Section.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.common.client.lo
BaseSection
          The base section is the base implementation of the section interface.
Section
          Interface for Section.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.common.client.widgets
BaseSection
          The base section is the base implementation of the section interface.
Section
          Interface for Section.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.lu.ui.course.client.configuration
CollapsableSection
          A section that is collapsed with a link and "opens up" when clicked.
GroupSection
          A section which uses GroupFieldLayout.
MultiplicitySection
          This class creates a section containing a multiplicity widget based on the supplied configuration Sample code to use this class :- private void addVersionCodeFields(Section section) { QueryPath parentPath = QueryPath.concat(COURSE, QueryPath.getPathSeparator(), VERSIONS); MultiplicityConfiguration config = new MultiplicityConfiguration(MultiplicityConfiguration.MultiplicityType.GROUP, MultiplicityConfiguration.StyleType.TOP_LEVEL_GROUP, getMetaData(parentPath.toString())); config.setAddItemLabel(getLabel(LUConstants.ADD_VERSION_CODE_LABEL_KEY)); config.setItemLabel(getLabel(LUConstants.VERSION_CODE_LABEL_KEY)); config.setUpdateable(true); FieldDescriptor parentFd = buildFieldDescriptor(COURSE + QueryPath.getPathSeparator() + VERSIONS, getLabel(LUConstants.VERSION_CODES_LABEL_KEY), null); config.setParentFd(parentFd); FieldDescriptor versionCode = buildFieldDescriptor(CreditCourseVersionsConstants.VERSION_CODE, LUConstants.VERSION_CODE_LABEL_KEY, parentPath.toString()); FieldDescriptor versionTitle = buildFieldDescriptor(CreditCourseVersionsConstants.VERSION_TITLE, LUConstants.TITLE_LABEL_KEY, parentPath.toString()); config.addField(versionCode); config.addField(versionTitle); MultiplicitySection ms = new MultiplicitySection(config); section.addSection(ms); } TODO: - Create factory methods for each 'flavour' of multiplicity - Styling options for table, e.g.
Section
          Interface for Section.
VerticalSection
          A section which uses a VerticalFieldLayout
WarnContainer
          An information message which can change its style to appear with a warning around the content and add additional information to its layout when it needs to warn the user about the contained information/widget functionality before they interact with it.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.lu.ui.course.client.controllers
HorizontalSection
          This class uses HorizontalLayout to build a section with fields on the right and field labels on the left .
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.lu.ui.course.client.requirements
BaseSection
          The base section is the base implementation of the section interface.
Section
          Interface for Section.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.lu.ui.course.client.views
BaseSection
          The base section is the base implementation of the section interface.
Section
          Interface for Section.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.lu.ui.course.client.widgets
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.lu.ui.tools.client.configuration
BaseSection
          The base section is the base implementation of the section interface.
Section
          Interface for Section.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.core.edit
BaseSection
          The base section is the base implementation of the section interface.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.core.view
TableSection
          Section that uses a TableFieldLayout.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.credential.edit
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.credential.view
TableSection
          Section that uses a TableFieldLayout.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.major.edit
Section
          Interface for Section.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.major.view
CollapsableSection
          A section that is collapsed with a link and "opens up" when clicked.
TableSection
          Section that uses a TableFieldLayout.
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.requirements
BaseSection
          The base section is the base implementation of the section interface.
Section
          Interface for Section.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.variation.edit
VerticalSection
          A section which uses a VerticalFieldLayout
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.variation.view
TableSection
          Section that uses a TableFieldLayout.
 

Classes in org.kuali.student.common.ui.client.configurable.mvc.sections used by org.kuali.student.lum.program.client.widgets
Section
          Interface for Section.
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.