Blackberry nextfocus ()

Source: Internet
Author: User

Processing focus

When you scroll the pulley, override the nextfocus () method to specify how the field gets the focus. Direction Parameter

Describes the direction of Focus movement (in general, when the pulley scroll down, the focus is down and the right direction. When the pulley is up

Scroll, focus up and left ).

Protected int nextfocus (INT direction, Boolean alt ){

Int Index = This. getfieldwithfocusindex ();

If (ALT ){

If (direction> 0 ){

// Action to perform if trackwheel is rolled up

}

Else

{

// Action to perform if trackwheel is rolled down

}

} I

If

(Index = This. getfieldwithfocusindex ())

Return super. nextfocus (Direction, alt );

Else

Return Index;

}

In order to move the focus to the next field, but in the Manager order, this field is not the next field, so overwrite it.

Nextfocus (). For example, if you want to implement the page-up and page-down functions for your manager, then nextfocus ()

This is useful.

This is written in the development document, but the framework is not called after I re-write nextfocus () In practice, and no one knows about this.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.