getRaw( $value)
Get the complete raw fields for the input, including help text, labels, and whatever.
getDiv( $value)
Get the complete div for the input, including help text, labels, and whatever.
getInputHTML( $value)
This function must be implemented to return the HTML to generate the input object itself.
getTableRow( $value)
Get the complete table row for the input, including help text, labels, and whatever.
hasVisibleOutput()
If this field has a user-visible output or not.