Package org.kuali.rice.krad.uif.field

Examples of org.kuali.rice.krad.uif.field.InputField


   * check whether the additional files override the intended beans for krad
   * @see org/martinlaw/rice-overrides/kr.xml
   */
  @Test
  public void testAdditionalFiles_krad() {   
    InputField desc = (InputField) KRADServiceLocatorWeb.getDataDictionaryService().getDictionaryObject(
        "Uif-DocumentDescription");
    // see org.kuali.rice.krad.uif.control.TextControl#setWatermarkText for why the additional space is added
    assertEquals("instructional msg differs", "A brief statement of the action you are taking",
        desc.getInstructionalText());
   
    AttributeDefinition expln = (AttributeDefinition) KRADServiceLocatorWeb.getDataDictionaryService().getDictionaryObject(
        "DocumentHeader-explanation");
    assertNotNull("watermark should not be null", ((TextAreaControl)expln.getControlField()).getWatermarkText());
  }
View Full Code Here

TOP

Related Classes of org.kuali.rice.krad.uif.field.InputField

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.