Initial commit from SVN.

This commit is contained in:
wcrisman
2014-05-30 10:31:51 -07:00
commit b45e56b890
1968 changed files with 370949 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<type name="cell-button-abstract" extends="cell-component" inherit-styles="true">
<builder jar="cell-button.jar">
<!-- Abstract -->
</builder>
<property name="text" type="string" required="false" allow-resource="true"/>
<property name="image" type="image" required="false" allow-resource="true"/>
<association function="text" association-type="variable" unique-row-type="true" getter="required" setter="none" data-type="java.lang.String"/>
<association function="image" association-type="variable" unique-row-type="true" getter="required" setter="none" data-type="com.foundation.view.JefImage"/>
</type>