Search in sources :

Example 11 with ExtraButton

use of org.kuali.kfs.kns.web.ui.ExtraButton in project cu-kfs by CU-CommunityApps.

the class IWantDocumentForm method createBackToVendorButton.

/**
 * Creates the back button on the routing page that points to the vendor page
 *
 * @return
 */
protected ExtraButton createBackToVendorButton() {
    ExtraButton clearButton = new ExtraButton();
    clearButton.setExtraButtonProperty("methodToCall.continueToVendor");
    clearButton.setExtraButtonSource("${" + KFSConstants.EXTERNALIZABLE_IMAGES_URL_KEY + "}buttonsmall_back.gif");
    clearButton.setExtraButtonAltText("Back");
    return clearButton;
}
Also used : ExtraButton(org.kuali.kfs.kns.web.ui.ExtraButton)

Example 12 with ExtraButton

use of org.kuali.kfs.kns.web.ui.ExtraButton in project cu-kfs by CU-CommunityApps.

the class IWantDocumentForm method createSubmitButton.

/**
 * Creates the submit button on the routing page
 *
 * @return
 */
protected ExtraButton createSubmitButton() {
    ExtraButton clearButton = new ExtraButton();
    clearButton.setExtraButtonProperty("methodToCall.route");
    clearButton.setExtraButtonSource("${" + KFSConstants.RICE_EXTERNALIZABLE_IMAGES_URL_KEY + "}buttonsmall_submit.gif");
    clearButton.setExtraButtonAltText("Submit");
    return clearButton;
}
Also used : ExtraButton(org.kuali.kfs.kns.web.ui.ExtraButton)

Aggregations

ExtraButton (org.kuali.kfs.kns.web.ui.ExtraButton)12 CUPaymentMethodGeneralLedgerPendingEntryService (edu.cornell.kfs.fp.service.CUPaymentMethodGeneralLedgerPendingEntryService)1 CuPaymentRequestDocument (edu.cornell.kfs.module.purap.document.CuPaymentRequestDocument)1 PaymentRequestDocument (org.kuali.kfs.module.purap.document.PaymentRequestDocument)1 VendorCreditMemoDocument (org.kuali.kfs.module.purap.document.VendorCreditMemoDocument)1 PurapService (org.kuali.kfs.module.purap.document.service.PurapService)1 ConfigurationService (org.kuali.rice.core.api.config.property.ConfigurationService)1