Class Rfm::FieldControl
In: lib/rfm_command.rb
Parent: Object

The FieldControl object represents a field on a FileMaker layout. You can find out what field style the field uses, and the value list attached to it.

Attributes

  • name is the name of the field
  • style is any one of:
  • * :edit_box - a normal editable field
  • * :scrollable - an editable field with scroll bar
  • * :popup_menu - a pop-up menu
  • * :checkbox_set - a set of checkboxes
  • * :radio_button_set - a set of radio buttons
  • * :popup_list - a pop-up list
  • * :calendar - a pop-up calendar
  • value_list_name is the name of the attached value list, if any
  • value_list is an array of strings representing the value list items, or nil if this field has no attached value list

Methods

new  

Attributes

name  [R] 
style  [R] 
value_list  [R] 
value_list_name  [R] 

Public Class methods

[Validate]