Tabnine Logo
ProductCategoryField
Code IndexAdd Tabnine to your IDE (free)

How to use
ProductCategoryField
in
com.tourgeek.tour.product.base.db

Best Java code snippets using com.tourgeek.tour.product.base.db.ProductCategoryField (Showing top 5 results out of 315)

origin: com.tourgeek.tour/com.tourgeek.tour.product.db

/**
 * Constructor.
 * @param record The parent record.
 * @param strName The field name.
 * @param iDataLength The maximum string length (pass -1 for default).
 * @param strDesc The string description (usually pass null, to use the resource file desc).
 * @param strDefault The default value (if object, this value is the default value, if string, the string is the default).
 */
public ProductCategoryField(Record record, String strName, int iDataLength, String strDesc, Object strDefault)
{
  this();
  this.init(record, strName, iDataLength, strDesc, strDefault);
}
/**
origin: com.tourgeek.tour/com.tourgeek.tour.product.db

/**
 * Set up the default screen control for this field.
 * @param itsLocation Location of this component on screen (ie., GridBagConstraint).
 * @param targetScreen Where to place this component (ie., Parent screen or GridBagLayout).
 * @param converter The converter to set the screenfield to.
 * @param iDisplayFieldDesc Display the label? (optional).
 * @param properties Extra properties
 * @return Return the component or ScreenField that is created for this field.
 */
public ScreenComponent setupDefaultView(ScreenLoc itsLocation, ComponentParent targetScreen, Convert converter, int iDisplayFieldDesc, Map<String, Object> properties)
{
  return this.setupTablePopup(itsLocation, targetScreen, iDisplayFieldDesc, this.makeReferenceRecord(), ProductCategory.DESCRIPTION, true);
}
origin: com.tourgeek.tour/com.tourgeek.tour.product.db

  field = new TourClassField(this, TOUR_CLASS_ID, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 18)
  field = new ProductCategoryField(this, PRODUCT_CATEGORY_ID, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 19)
  field = new TourHeaderField(this, TOUR_HEADER_ID, Constants.DEFAULT_FIELD_LENGTH, null, null);
origin: com.tourgeek.tour/com.tourgeek.tour.acctpay.report

  field = new TourClassSelect(this, TOUR_CLASS_ID, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 17)
  field = new ProductCategoryField(this, PRODUCT_CATEGORY_ID, Constants.DEFAULT_FIELD_LENGTH, null, null);
if (iFieldSeq == 18)
  field = new TourStatusSelect(this, TOUR_STATUS_ID, Constants.DEFAULT_FIELD_LENGTH, null, null);
origin: com.tourgeek.tour/com.tourgeek.tour.product.db

field = new ProductCategoryField(this, PRODUCT_CAT_ID, 4, null, null);
field.addListener(new InitOnceFieldHandler(null));
com.tourgeek.tour.product.base.dbProductCategoryField

Javadoc

ProductCategoryField - .

Most used methods

  • <init>
    Constructor.
  • init
    Initialize class fields.
  • makeReferenceRecord
    Get (or make) the current record for this reference.
  • setupTablePopup

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • runOnUiThread (Activity)
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now