Where can I find documentation on what BXML attributes and styles a component supports?
Component attributes are simply the Java bean properties of the component class itself. Styles are the bean properties of the currently installed skin. So, you can simply refer to the Javadoc for the component to identify the supported attributes, and for the skin (generally either in org.apache.pivot.skin or org.apache.pivot.skin.terra) to identify the supported styles. How Java classes map to BXML is discussed in more detail in the BXML Primer.
Related Questions
- For DB2 support, the documentation says that for the Staged version STVN supports version 8.1 (for 2.0) and 8.2 (for 2.1). Can I run STVN on DB2 v9.x?
- Id like to know if SER supports CPL and servlets. Where can I find any documentation about this, or any link ?
- Where can I define the styles as shown in the Insert Text Component dialog in InCopy?