nl.gx.webmanager.cms.form
Interface FormPartButton

All Superinterfaces:
FormPart, Presentable, Wrapper

public interface FormPartButton
extends FormPart

Button formpart.


Method Summary
 int getStyleProperty()
          Return style property that defines the presentation of this button.
 java.lang.String getType()
          Return button type (back or submit).
 
Methods inherited from interface nl.gx.webmanager.cms.form.FormPart
getAlias, getConnectedForm, getConnectedFormPart, getContent, getDescription, getExtraText, getExtraValidationDescriptions, getForm, getHelpText, getIdentifier, getPersonalization, getStyleOptions, getValidators, isPrefilled
 
Methods inherited from interface nl.gx.webmanager.cms.core.Presentable
getPresentation, render, render, setPresentation
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getType

java.lang.String getType()
Return button type (back or submit).

Returns:
button type.

getStyleProperty

int getStyleProperty()
Return style property that defines the presentation of this button.

Returns:
style property that defines the presentation of this button
See Also:
Presentation


Copyright © 2007-2011 GX Software BV. All Rights Reserved.